ObjectDB ObjectDB

Internal Website Search

71-80 of 196 resultsRefresh
3

javax.persistence.OrderBy

(".") notation is used to refer to an attribute within an embedded attribute. The value of each identifier
3

valueOf(name)

Static Method javax.persistence.LockModeType LockModeType valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum constant to be returned
3

valueOf(name)

Static Method javax.persistence.SharedCacheMode SharedCacheMode valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum constant
3

javax.persistence.criteria.CriteriaBuilder.Trimspec

with the specified name. The string must match exactly an identifier used to declare an enum constant in this type
3

valueOf(name)

Static Method javax.persistence.criteria.CriteriaBuilder.Trimspec Trimspec valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum
0

jdoProvideField(fieldNumber)

Method javax.jdo.spi.PersistenceCapable void jdoProvideField( int fieldNumber ) The owning StateManager uses this method to ask the instance to provide the value of the single field identified by fieldNumber. Parameters: fieldNumber - the field whose value is to be provided by a callback to the StateManager's providedXXXField method Since: JDO 1.0
0

jdoReplaceField(fieldNumber)

Method javax.jdo.spi.PersistenceCapable void jdoReplaceField( int fieldNumber ) The owning StateManager uses this method to ask the instance to replace the value of the single field identified by number. Parameters: fieldNumber - the field whose value is to be replaced by a callback to the StateManager's replacingXXXField method Since: JDO 1.0
0

jdoProvideFields(fieldNumbers)

Method javax.jdo.spi.PersistenceCapable void jdoProvideFields( int[] fieldNumbers ) The owning StateManager uses this method to ask the instance to provide the values of the multiple fields identified by fieldNumbers. Parameters: fieldNumbers - the fields whose values are to be provided by multiple
0

jdoReplaceFields(fieldNumbers)

Method javax.jdo.spi.PersistenceCapable void jdoReplaceFields( int[] fieldNumbers ) The owning StateManager uses this method to ask the instance to replace the values of the multiple fields identified by number. Parameters: fieldNumbers - the fields whose values are to be replaced by multiple
0

setFilter(filter)

) method. Identifiers in the expression are considered to be in the name space of the specified class

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