ObjectDB ObjectDB

Internal Website Search

41-50 of 113 resultsRefresh
4

javax.persistence.Lob

_PIC", columnDefinition="BLOB NOT NULL") protected byte[] pic; Since: JPA 1.0 See Also: Basic
0

PersistenceCapable.LOAD_REQUIRED

Static Field javax.jdo.spi.PersistenceCapable byte LOAD_REQUIRED If jdoFlags is set to LOAD_REQUIRED, then the fields in the default fetch group cannot be accessed for read or write without notifying the StateManager. Since: JDO 1.0
0

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
0

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
0

PersistenceCapable.MEDIATE_READ

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

PersistenceCapable.READ_WRITE_OK

Static Field javax.jdo.spi.PersistenceCapable byte READ_WRITE_OK If jdoFlags is set to READ_WRITE_OK, then the fields in the default fetch group can be accessed for read or write without notifying the StateManager. Since: JDO 1.0
0

PersistenceCapable.READ_OK

Static Field javax.jdo.spi.PersistenceCapable byte READ_OK If jdoFlags is set to READ_OK, then the fields in the default fetch group can be accessed for read without notifying the StateManager. Since: JDO 1.0
0

PersistenceCapable.SERIALIZABLE

Static Field javax.jdo.spi.PersistenceCapable byte SERIALIZABLE If jdoFieldFlags for a field includes SERIALIZABLE, then the field is not declared as TRANSIENT. Since: JDO 1.0
0

getKey()

Method javax.jdo.identity.ByteIdentity byte getKey() Return the key. Returns: the key Since: JDO 1.0
0

javax.jdo.spi.PersistenceCapable.ObjectIdFieldConsumer

fieldNumber, byte value) Store one field into the field manager. Store one field into the field

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