org.hibernate.engine
Class Status
java.lang.Object
org.hibernate.engine.Status
- Serializable
public final class Status
extends java.lang.Object
implements Serializable
Represents the status of an entity with respect to
this session. These statuses are for internal
book-keeping only and are not intended to represent
any notion that is visible to the _application_.
DELETED
public static final Status DELETED
GONE
public static final Status GONE
LOADING
public static final Status LOADING
MANAGED
public static final Status MANAGED
READ_ONLY
public static final Status READ_ONLY
SAVING
public static final Status SAVING
parse
public static Status parse(String name)
throws InvalidObjectException
toString
public String toString()