org.apache.ojb.otm.states
Class Transient
java.lang.Object
org.apache.ojb.otm.states.State
org.apache.ojb.otm.states.Transient
- All Implemented Interfaces:
- Serializable, ObjectModification
public class Transient
- extends State
this state represents new objects not made persistent yet
(ODMG StateNewClean) and already deleted objects.
- See Also:
- Serialized Form
toString
public String toString()
- return a String representation
- Overrides:
toString
in class Object
makePersistent
public State makePersistent()
throws IllegalObjectStateException
- Describes the state transition on makePersistent()
- Overrides:
makePersistent
in class State
- Throws:
IllegalObjectStateException
rollback
public State rollback()
throws IllegalObjectStateException
- Description copied from class:
State
- Describes the state transition on rollback()
- Overrides:
rollback
in class State
- Throws:
IllegalObjectStateException
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.