Class TableNames
java.lang.Object
com.majorana.maj_orm.entities.ex1.TableNames
An example table of names of the tables each entity is persisted too
NOte the entityversion annotation, the Environment may spefic a version
below the version list in the direcory, and if so the entire directory
will be ignored for persistance, enabled rolling back DB changes without
changing the code
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
NO_TABLE
-
ARTICLES
- See Also:
-
CATEGORIES
- See Also:
-
FEEDS
- See Also:
-
EXPIRY_TIME
- See Also:
-
USERS
- See Also:
-
-
Constructor Details
-
TableNames
public TableNames()
-