public interface EntityOptions extends CommonOptions
| Modifier and Type | Method and Description |
|---|---|
Entity |
getEntity()
Gets the entity this option-set belongs to.
|
List<String> |
getSorting()
Gets the default sorting options.
|
TrackType |
getTrackType()
Gets the tracking type.
|
boolean |
isNoPrimaryKey()
true if [NOPKEY]-option set.
|
boolean |
isNormTextProvided()
true if [NORMTEXT]-option set.
|
boolean |
isRemote()
Returns whether entity supports remoting.
|
boolean |
isRoot()
true if [ROOT]-option set
|
boolean |
isRootClassIdProvided()
true if [ROOTCLASSID]-option set.
|
boolean |
isRootIdProvided()
true if [ROOTID]-option set.
|
boolean |
isTableSerialProvided()
true if [TABLESERIAL]-option set.
|
boolean |
isTokenLockProvided()
true if [EDITEDBY]-option set.
|
boolean |
noModelDefaults()
Returns whether global model defaults should be applied or not.
|
getAccessScope, getBindOptions, getComment, isAutoSelect, isBind, isDerived, isFromSuper, isLowerCase, isMapNull, isMaxCol, isNoConstant, isNoDeclare, isNoMethod, isReadOnly, isSetGet, isTrimRead, isTrimWrite, isUpperCase, isWriteOnly, validateEntity getEntity()
boolean noModelDefaults()
TrackType getTrackType()
boolean isNoPrimaryKey()
boolean isTableSerialProvided()
boolean isTokenLockProvided()
boolean isNormTextProvided()
boolean isRoot()
boolean isRootIdProvided()
boolean isRootClassIdProvided()
List<String> getSorting()
boolean isRemote()
Tentackle - a domain driven enterprise framework