ObjectDB ObjectDB

Internal Website Search

101-110 of 200 resultsRefresh
35

function(name, type, args)

Method javax.persistence.criteria.CriteriaBuilder Expression<T> function( String name, Class<T> type, Expression[]<T> 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
35

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
35

AssociationOverride.name

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

MapKey.name

Annotation Element javax.persistence.MapKey String name (Optional) The name of the persistent field or property of the associated entity that is used as the map key. Default: If the name element is not specified, the primary key of the associated entity is used as the map key. If the primary key
3

FetchPlan.name

Annotation Element javax.jdo.annotations.FetchPlan String name Name of the fetch plan. Returns: the name of the fetch plan Default value: "" 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
3

Constants.PMF_ATTRIBUTE_CONNECTION_DRIVER_NAME

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

PrimaryKey.name

Annotation Element javax.jdo.annotations.PrimaryKey String name Name of the primary key constraint Returns: the name of the primary key constraint Default value: "" Since: JDO 2.1
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

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