ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
2

javax.persistence.TransactionRequiredException

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

providedFloatField(pc, field, currentValue)

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

providedObjectField(pc, field, currentValue)

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

providedLongField(pc, field, currentValue)

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

providedStringField(pc, field, currentValue)

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

providedShortField(pc, field, currentValue)

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

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
0

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
0

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
0

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

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