ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
35

parameter(paramClass, name)

Method javax.persistence.criteria.CriteriaBuilder ParameterExpression<T> parameter( Class<T> paramClass, String name ) Create a parameter expression with the given name. Parameters: paramClass - parameter class name - name that can be used to refer to the parameter Returns: parameter expression Since: JPA 2.0
35

CollectionTable.name

Annotation Element javax.persistence.CollectionTable String name (Optional) The name of the collection table. If not specified, it defaults to the concatenation of the name of the containing entity and the name of the collection attribute, separated by an underscore. Default value: "" Since: JPA 2.0
35

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
35

JoinTable.name

Annotation Element javax.persistence.JoinTable String name (Optional) The name of the join table. Defaults to the concatenated names of the two associated primary entity tables, separated by an underscore. Default value: "" Since: JPA 1.0
3

getSequence(name)

Method javax.jdo.PersistenceManager Sequence getSequence( String name ) Returns the sequence identified by name. Parameters: name - the name of the Sequence Returns: the Sequence Since: JDO 2.0
3

setName(name)

Method javax.jdo.PersistenceManagerFactory void setName( String name ) Sets the name of this PersistenceManagerFactory. Parameters: name - the name of this PMF Since: JDO 2.1
3

Persistent.name

Annotation Element javax.jdo.annotations.Persistent String name Name of the member when this is embedded in another object. The fully-qualified member name is used. For example, "line.point1.x ... a member called line. Returns: the name of the member Default value: "" Since: JDO 2.1
3

getPersistenceManagerFactory(overrides, name)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( Map overrides, String name ) Returns a named PersistenceManagerFactory or persistence unit. Parameters: overrides - name - Since: JDO 2.1 See Also: getPersistenceManagerFactory(Map,String,ClassLoader,ClassLoader)
3

getPersistenceManagerFactory(name, resourceLoader, pmfLoader)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( String name, ClassLoader resourceLoader, ClassLoader pmfLoader ) Returns a named PersistenceManagerFactory or persistence unit. Parameters: name - resourceLoader - pmfLoader - Since: JDO 2.0 See Also: getPersistenceManagerFactory(Map,String,ClassLoader,ClassLoader)
3

getPersistenceManagerFactory(overrides, name, resourceLoader)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( Map overrides, String name, ClassLoader resourceLoader ) Returns a named PersistenceManagerFactory or persistence unit. Parameters: overrides - name - resourceLoader - Since: JDO 2.1 See Also: getPersistenceManagerFactory(Map,String,ClassLoader,ClassLoader)

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