Base class for classes returned from ClassMapping.getMappedForm
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
ALL_DATA_SOURCES |
|
static java.lang.String |
DEFAULT_DATA_SOURCE |
Type | Name and description |
---|---|
java.lang.Object |
getSort() @return The default sort order definition, could be a string or a map |
boolean |
isAutoTimestamp() @return Whether automatic time stamps should be applied to 'lastUpdate' and 'dateCreated' properties |
boolean |
isAutowire() @return Whether the entity should be autowired |
boolean |
isStateless() @return Whether the entity state should be held in the session or not |
boolean |
isVersioned() @return Whether the entity is versioned |
void |
setAutoTimestamp(boolean autoTimestamp) |
void |
setAutowire(boolean autowire) |
void |
setSort(java.lang.Object defaultSort) |
void |
setStateless(boolean stateless) |
void |
setVersion(boolean version) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |