ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
0

setFloatField(pc, field, currentValue, newValue)

Method javax.jdo.spi.StateManager void setFloatField( PersistenceCapable pc, int field, float currentValue, float newValue ) Mark the field as modified by the user. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field
0

setDoubleField(pc, field, currentValue, newValue)

Method javax.jdo.spi.StateManager void setDoubleField( PersistenceCapable pc, int field, double currentValue, double newValue ) Mark the field as modified by the user. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field
0

replacingCharField(pc, field)

Method javax.jdo.spi.StateManager char replacingCharField( 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
0

replacingDoubleField(pc, field)

Method javax.jdo.spi.StateManager double replacingDoubleField( 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
0

replacingIntField(pc, field)

Method javax.jdo.spi.StateManager int replacingIntField( 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
0

javax.jdo.JDOObjectNotFoundException

that the remainder of the stack trace for this exception matches the indicated number of frames from
0

replacingFloatField(pc, field)

Method javax.jdo.spi.StateManager float replacingFloatField( 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
0

replacingObjectField(pc, field)

Method javax.jdo.spi.StateManager Object replacingObjectField( 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
0

replacingLongField(pc, field)

Method javax.jdo.spi.StateManager long replacingLongField( 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
0

providedIntField(pc, field, currentValue)

Method javax.jdo.spi.StateManager void providedIntField( PersistenceCapable pc, int field, int 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

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