Package | Description |
---|---|
org.assistments.service.dao.base | |
org.assistments.service.dao.core | |
org.assistments.service.dao.core.properties |
Modifier and Type | Method and Description |
---|---|
default DaoFieldEnum.OnPersist |
DaoFieldEnum.getOnPersist() |
static DaoFieldEnum.OnPersist |
DaoFieldEnum.OnPersist.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DaoFieldEnum.OnPersist[] |
DaoFieldEnum.OnPersist.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
DaoFieldEnum.OnPersist |
ProblemActionDao.Field.onPersist |
Modifier and Type | Method and Description |
---|---|
DaoFieldEnum.OnPersist |
PropertyExposureDao.Field.getOnPersist() |
DaoFieldEnum.OnPersist |
ObjectPropertyValueDao.Field.getOnPersist() |
DaoFieldEnum.OnPersist |
ObjectPropertyDefinitionDao.Field.getOnPersist() |
DaoFieldEnum.OnPersist |
PropertyTypeDao.Field.getOpValue() |
DaoFieldEnum.OnPersist |
ObjectPropertyTargetTypeDao.Field.getOpValue() |
DaoFieldEnum.OnPersist |
ObjectPropertyHierarchyTypeDao.Field.getOpValue() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyTypeDao.Field.setOpValue(DaoFieldEnum.OnPersist opValue) |
void |
ObjectPropertyTargetTypeDao.Field.setOpValue(DaoFieldEnum.OnPersist opValue) |
void |
ObjectPropertyHierarchyTypeDao.Field.setOpValue(DaoFieldEnum.OnPersist opValue) |