ObjectDB ObjectDB

Internal Website Search

41-50 of 200 resultsRefresh
2

replacingByteField(pc, field)

Method javax.jdo.spi.StateManager byte replacingByteField( PersistenceCapable pc, int field ) The replacement value of the field in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Returns: the new value for the field Since: JDO 1.0
2

replacingBooleanField(pc, field)

Method javax.jdo.spi.StateManager boolean replacingBooleanField( PersistenceCapable pc, int field ) The replacement value of the field in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Returns: the new value for the field Since: JDO 1.0
2

providedByteField(pc, field, currentValue)

Method javax.jdo.spi.StateManager void providedByteField( PersistenceCapable pc, int field, byte currentValue ) The value of the field requested to be provided to the StateManager. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0
2

providedBooleanField(pc, field, currentValue)

Method javax.jdo.spi.StateManager void providedBooleanField( PersistenceCapable pc, int field, boolean currentValue ) The value of the field requested to be provided to the StateManager. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0
2

providedDoubleField(pc, field, currentValue)

Method javax.jdo.spi.StateManager void providedDoubleField( PersistenceCapable pc, int field, double currentValue ) The value of the field requested to be provided to the StateManager. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0
2

providedCharField(pc, field, currentValue)

Method javax.jdo.spi.StateManager void providedCharField( PersistenceCapable pc, int field, char currentValue ) The value of the field requested to be provided to the StateManager. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field Since: JDO 1.0
2

isLoaded(pc, field)

Method javax.jdo.spi.StateManager boolean isLoaded( PersistenceCapable pc, int field ) Return true if the field is cached in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Returns: whether the field is cached in the calling instance Since: JDO 1.0
2

PersistenceCapable.CHECK_READ

Static Field javax.jdo.spi.PersistenceCapable byte CHECK_READ If jdoFieldFlags for a field includes CHECK_READ, then the field has been enhanced to call the jdoStateManager on read if the jdoFlags setting is not READ_OK or READ_WRITE_OK. Since: JDO 1.0
2

PersistenceCapable.CHECK_WRITE

Static Field javax.jdo.spi.PersistenceCapable byte CHECK_WRITE If jdoFieldFlags for a field includes CHECK_WRITE, then the field has been enhanced to call the jdoStateManager on write if the jdoFlags setting is not READ_WRITE_OK;. Since: JDO 1.0
2

PersistenceCapable.MEDIATE_WRITE

Static Field javax.jdo.spi.PersistenceCapable byte MEDIATE_WRITE If jdoFieldFlags for a field includes MEDIATE_WRITE, then the field has been enhanced to always call the jdoStateManager on all writes. Since: JDO 1.0

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support