@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface GcPersistableClass
Modifier and Type | Optional Element and Description |
---|---|
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