org.hibernate.engine
Class Status
java.lang.Object
org.hibernate.engine.Status
- All Implemented Interfaces:
- java.io.Serializable
public final class Status
- extends java.lang.Object
- implements java.io.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_.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MANAGED
public static final Status MANAGED
READ_ONLY
public static final Status READ_ONLY
DELETED
public static final Status DELETED
GONE
public static final Status GONE
LOADING
public static final Status LOADING
SAVING
public static final Status SAVING
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
parse
public static Status parse(java.lang.String name)
throws java.io.InvalidObjectException
- Throws:
java.io.InvalidObjectException
Copyright © 2008 Hibernate.org. All Rights Reserved.