|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface GcPersistableClass
Metadata about class objects that can be stored to the database.
Optional Element Summary | |
---|---|
GcPersist |
defaultFieldPersist
Whether the default behavior for fields in this class should be to persist or to not persist, default is to persist. |
boolean |
hasNoPrimaryKey
There is no primary key for this object - saving through DbAccess always results in a new row. |
java.lang.String |
tableName
The name of the table that this object maps to in the database. |
public abstract java.lang.String tableName
public abstract GcPersist defaultFieldPersist
public abstract boolean hasNoPrimaryKey
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |