Class PersistenceWrapper
- java.lang.Object
-
- com.sun.jdo.spi.persistence.support.sqlstore.PersistenceWrapper
-
public class PersistenceWrapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDELETEDstatic intIN_USEstatic intNOT_IN_USE
-
Constructor Summary
Constructors Constructor Description PersistenceWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInUse()intgetInUse()ObjectgetPersistent()intgetState()intremoveInUse()voidsetPersistent(Object newobject)voidsetState(int newstate)
-
-
-
Field Detail
-
IN_USE
public static final int IN_USE
- See Also:
- Constant Field Values
-
NOT_IN_USE
public static final int NOT_IN_USE
- See Also:
- Constant Field Values
-
DELETED
public static final int DELETED
- See Also:
- Constant Field Values
-
-