Menu

#17 Remove final Modifier from SimpleTableStorageEntity

open
SDK (70)
8
2010-03-26
2010-03-26
No

The SimpleTableStorageEnitity is currently final and has protected constructors which makes it useless. This file is conditionally tested in AtomUtil and provides a way to create dynamic table storage entities because AtomUtil doesn't use reflexion if the class is an instanceOf SimpleTableStorageEntity. I am unclear why the class needs to be final and removing the ability to subclass and create dynamic tables.

Discussion

  • Chris Chiappone

    Chris Chiappone - 2010-03-26
    • priority: 5 --> 8
     
  • Don Laidlaw

    Don Laidlaw - 2010-05-03

    +1 for me. I really need this class in order to be able to create dynamic tables. Without this the only way to use the API is with model objects that are introspected. In my application at least 90% of the columns are not known when we design the application, and therefore model objects are not possible.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.