@MappedSuperclass public class PersistentState implements DirectStatePersistable
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 StateRefpublic PersistentState(@Nullable
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 StateRefpublic 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@Nullable public PersistentStateRef getStateRef()
public void setStateRef(@Nullable
PersistentStateRef p)