ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
2

MapKeyColumn.nullable

Annotation Element javax.persistence.MapKeyColumn boolean nullable (Optional) Whether the database column is nullable. Default value: false Since: JPA 2.0
2

MapKeyColumn.insertable

Annotation Element javax.persistence.MapKeyColumn boolean insertable (Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider. Default value: true Since: JPA 2.0
0

getRetainValues()

Method javax.jdo.Transaction boolean getRetainValues() If true, at commit time instances retain their field values. Returns: the value of the retainValues property Since: JDO 1.0
0

is(pc, si)

Method javax.jdo.spi.JDOImplHelper.StateInterrogationBooleanReturn Boolean is( Object pc, StateInterrogation si ) Interrogate the state of the instance Parameters: pc - the instance si - the method object Returns: the state of the instance or null Since: JDO 1.0
0

equals(obj)

Method javax.jdo.identity.IntIdentity boolean equals( Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Returns: true if both objects represent the same object id Since: JDO 1.0
0

jdoIsDeleted()

Method javax.jdo.spi.PersistenceCapable boolean jdoIsDeleted() Tests whether this object has been deleted. Instances that have been deleted in the current transaction return true. Transient instances return false. Returns: true if this instance was deleted in the current transaction. Since: JDO 1.0
0

jdoIsDirty()

Method javax.jdo.spi.PersistenceCapable boolean jdoIsDirty() Tests whether this object is dirty. Instances that have been modified, deleted, or newly made persistent in the current transaction return true. Transient instances return false. Returns: true if this instance has been modified in
0

jdoIsDetached()

Method javax.jdo.spi.PersistenceCapable boolean jdoIsDetached() Tests whether this object has been detached. Instances that have been detached return true. Transient instances return false. Returns: true if this instance is detached. Since: JDO 2.0 See Also: javax.jdo.JDOHelper.isDetached(Object pc)
0

jdoIsPersistent()

Method javax.jdo.spi.PersistenceCapable boolean jdoIsPersistent() Tests whether this object is persistent. Instances that represent persistent objects in the data store return true. Returns: true if this instance is persistent. Since: JDO 1.0 See Also: javax.jdo.JDOHelper.isPersistent(Object pc) PersistenceManager.makePersistent(Object pc)
0

jdoIsNew()

Method javax.jdo.spi.PersistenceCapable boolean jdoIsNew() Tests whether this object has been newly made persistent. Instances that have been made persistent in the current transaction return true. Transient instances return false. Returns: true if this instance was made persistent in the current

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