Package | Description |
---|---|
org.julp |
Modifier and Type | Field and Description |
---|---|
protected PersistentState |
AbstractDomainObject.persistentState |
Modifier and Type | Method and Description |
---|---|
PersistentState |
AbstractDomainObject.getPersistentState() |
PersistentState |
DomainObject.getPersistentState() |
static PersistentState |
PersistentState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PersistentState[] |
PersistentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractDomainObjectFactory.attach(T instance,
PersistentState state)
MyPOJO pojo = new MyPOJO(); DomainObjectFactory factory...
|
void |
AbstractDomainObject.setPersistentState(PersistentState persistentState) |
void |
DomainObject.setPersistentState(PersistentState persistentState) |
protected T |
AbstractDomainObjectFactory.setupEnhancedObject(T instance,
PersistentState state) |