public class PersistentState implements StatePersistable
A super class for all mapped states exported to a schema that ensures the class StateRef
appears on the database row. The
class StateRef
will be set to the correct value by the framework (there's no need to set during mapping generation by the state itself).
class StateRef
,
class StateRef
Constructor and Description |
---|
PersistentState(PersistentStateRef stateRef)
A super class for all mapped states exported to a schema that ensures the
class StateRef appears on the database row. The
class StateRef will be set to the correct value by the framework (there's no need to set during mapping generation by the state itself). |
PersistentState()
A super class for all mapped states exported to a schema that ensures the
class StateRef appears on the database row. The
class StateRef will be set to the correct value by the framework (there's no need to set during mapping generation by the state itself). |
Modifier and Type | Method and Description |
---|---|
PersistentStateRef |
getStateRef() |
void |
setStateRef(PersistentStateRef p) |
public PersistentState(PersistentStateRef stateRef)
A super class for all mapped states exported to a schema that ensures the class StateRef
appears on the database row. The
class StateRef
will be set to the correct value by the framework (there's no need to set during mapping generation by the state itself).
class StateRef
,
class StateRef
public PersistentState()
A super class for all mapped states exported to a schema that ensures the class StateRef
appears on the database row. The
class StateRef
will be set to the correct value by the framework (there's no need to set during mapping generation by the state itself).
class StateRef
,
class StateRef
public PersistentStateRef getStateRef()
public void setStateRef(PersistentStateRef p)