Package | Description |
---|---|
org.datanucleus.state |
Provides classes relating to the life cycle state of a persistable object.
|
Modifier and Type | Field and Description |
---|---|
protected ActivityState |
StateManagerImpl.activity
state for transitions of activities.
|
static ActivityState |
ActivityState.DELETING
Deleting the object.
|
static ActivityState |
ActivityState.INSERTING
Inserting the object.
|
static ActivityState |
ActivityState.INSERTING_CALLBACKS
Running callbacks after the insert of the object.
|
static ActivityState |
ActivityState.NONE
No current activity.
|
Modifier and Type | Method and Description |
---|---|
static ActivityState |
ActivityState.getActivityState(String value)
Obtain the ActivityState for the given name by
value |
Modifier and Type | Method and Description |
---|---|
void |
ObjectProvider.changeActivityState(ActivityState state)
Update the acitvity state.
|
void |
StateManagerImpl.changeActivityState(ActivityState state) |
void |
ReferentialStateManagerImpl.changeActivityState(ActivityState activityState)
Change the activity state to a particular state.
|
Copyright © 2019. All rights reserved.