ObjectDB ObjectDB

Internal Website Search

101-110 of 200 resultsRefresh
34

MapKeyColumn.name

Annotation Element javax.persistence.MapKeyColumn String name (Optional) The name of the map key column. The table in which it is found depends upon the context. If the map key is for an element ... . Defaults to the concatenation of the following: the name of the referencing relationship field or property; "_"; "KEY". Default value: "" Since: JPA 2.0
34

function(name, type, args)

Method javax.persistence.criteria.CriteriaBuilder Expression<T> function( String name, Class<T> type, Expression... args ) Create an expression for the execution of a database function. Parameters: name - function name type - expected result type args - function arguments Returns: expression Since: JPA 2.0
34

OrderColumn.name

Annotation Element javax.persistence.OrderColumn String name (Optional) The name of the ordering column. Defaults to the concatenation of the name of the referencing property or field; "_"; "ORDER". Default value: "" Since: JPA 2.0
34

AttributeOverride.name

Annotation Element javax.persistence.AttributeOverride String name (Required) The name of the property whose mapping is being overridden if property-based access is being used, or the name of the field if field-based access is used. Since: JPA 1.0
3

setPersistenceUnitName(name)

Method javax.jdo.PersistenceManagerFactory void setPersistenceUnitName( String name ) Sets the PersistenceUnitName for this PersistenceManagerFactory. This has the same semantics as the same-named property in JSR-220 PersistenceUnitInfo. Parameters: name - the PersistenceUnitName Since: JDO 2.1 See Also: getPersistenceUnitName()
3

ForeignKey.name

Annotation Element javax.jdo.annotations.ForeignKey String name Name of the foreign key. Returns: the name of the foreign key Default value: "" Since: JDO 2.1
3

Constants.PMF_ATTRIBUTE_CONNECTION_USER_NAME

Static Field javax.jdo.Constants String PMF_ATTRIBUTE_CONNECTION_USER_NAME The name of the persistence manager factory element's "connection-user-name" attribute. Since: JDO 2.1
3

Sequence.name

Annotation Element javax.jdo.annotations.Sequence String name The symbolic name of the datastore sequence. Returns: the name of the sequence Since: JDO 2.1
3

Constants.PMF_ATTRIBUTE_CONNECTION_FACTORY_NAME

Static Field javax.jdo.Constants String PMF_ATTRIBUTE_CONNECTION_FACTORY_NAME The name of the persistence manager factory element's "connection-factory-name" attribute. Since: JDO 2.1
3

Constants.PMF_ATTRIBUTE_CONNECTION_FACTORY2_NAME

Static Field javax.jdo.Constants String PMF_ATTRIBUTE_CONNECTION_FACTORY2_NAME The name of the persistence manager factory element's "connection-factory2-name" attribute. Since: JDO 2.1

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