ObjectDB ObjectDB

Internal Website Search

111-120 of 200 resultsRefresh
34

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
34

MapKeyJoinColumn.name

Annotation Element javax.persistence.MapKeyJoinColumn String name (Optional) The name of the foreign key column for the map key. The table in which it is found depends upon the context. If the join ... if a single join column is used.) The concatenation of the following: the name of the referencing relationship
34

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

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

Constants.PROPERTY_ATTRIBUTE_NAME

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

FetchGroup.name

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

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)
3

Index.name

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

Constants.PMF_ATTRIBUTE_PERSISTENCE_UNIT_NAME

Static Field javax.jdo.Constants String PMF_ATTRIBUTE_PERSISTENCE_UNIT_NAME The name of the persistence manager factory element's "persistence-unit-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