void |
ObjectProvider.checkInheritance(FieldValues fv) |
Deprecated.
|
void |
StateManagerImpl.checkInheritance(FieldValues fv) |
Deprecated.
|
void |
ObjectProvider.initialiseForHollow(Object id,
FieldValues fv,
Class<T> pcClass) |
Initialises a state manager to manage a hollow instance having the given object ID and the given
(optional) field values.
|
void |
StateManagerImpl.initialiseForHollow(Object id,
FieldValues fv,
Class pcClass) |
Initialises a state manager to manage a hollow instance having the given object ID and the given (optional) field values.
|
void |
ObjectProvider.initialiseForHollowAppId(FieldValues fv,
Class<T> pcClass) |
Deprecated.
|
void |
StateManagerImpl.initialiseForHollowAppId(FieldValues fv,
Class pcClass) |
Deprecated.
|
void |
ObjectProvider.initialiseForPersistentNew(T pc,
FieldValues preInsertChanges) |
Initialises a state manager to manage a transient instance that is becoming newly persistent.
|
void |
StateManagerImpl.initialiseForPersistentNew(Persistable pc,
FieldValues preInsertChanges) |
Initialises a state manager to manage a transient instance that is becoming newly persistent.
|
void |
ObjectProvider.loadFieldValues(FieldValues fv) |
Convenience method to load the passed field values.
|
void |
StateManagerImpl.loadFieldValues(FieldValues fv) |
Convenience method to load the passed field values.
|
<T> ObjectProvider<T> |
ObjectProviderFactory.newForHollow(ExecutionContext ec,
Class<T> pcClass,
Object id,
FieldValues fv) |
Constructs an ObjectProvider to manage a recently populated hollow instance having the
given object ID and the given field values.
|
<T> ObjectProvider<T> |
ObjectProviderFactoryImpl.newForHollow(ExecutionContext ec,
Class<T> pcClass,
Object id,
FieldValues fv) |
Constructs an ObjectProvider to manage a recently populated hollow instance having the
given object ID and the given field values.
|
<T> ObjectProvider<T> |
ObjectProviderFactory.newForHollowPopulatedAppId(ExecutionContext ec,
Class<T> pcClass,
FieldValues fv) |
Deprecated.
|
<T> ObjectProvider<T> |
ObjectProviderFactoryImpl.newForHollowPopulatedAppId(ExecutionContext ec,
Class<T> pcClass,
FieldValues fv) |
Deprecated.
|
<T> ObjectProvider<T> |
ObjectProviderFactory.newForPersistentNew(ExecutionContext ec,
T pc,
FieldValues fv) |
Constructs an ObjectProvider to manage a transient instance that is becoming newly persistent.
|
<T> ObjectProvider<T> |
ObjectProviderFactoryImpl.newForPersistentNew(ExecutionContext ec,
T pc,
FieldValues preInsertChanges) |
Constructs an ObjectProvider to manage a transient instance that is becoming newly persistent.
|