org.hibernate.engine
Class Status
java.lang.Object
   org.hibernate.engine.Status
org.hibernate.engine.Status
- All Implemented Interfaces: 
- Serializable
- public final class Status 
- extends 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_.
- See Also:
- Serialized Form
 
 
 
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 String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
parse
public static Status parse(String name)
                    throws InvalidObjectException
- 
 
- 
- Throws:
- InvalidObjectException
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.