ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
35

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
35

Column.name

Annotation Element javax.persistence.Column String name (Optional) The name of the column. Defaults to the property or field name. Default value: "" Since: JPA 1.0
35

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
35

Table.name

Annotation Element javax.persistence.Table String name (Optional) The name of the table. Defaults to the entity name. Default value: "" Since: JPA 1.0
3

getPersistenceManagerFactory(name, loader)

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

getPersistenceManagerFactory(name)

Static Method javax.jdo.JDOHelper PersistenceManagerFactory getPersistenceManagerFactory( String name ) Returns a named PersistenceManagerFactory or persistence unit. Parameters: name - Since: JDO 2.1 See Also: getPersistenceManagerFactory(Map,String,ClassLoader,ClassLoader)
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.SERVICE_LOOKUP_PMF_RESOURCE_NAME

Static Field javax.jdo.Constants String SERVICE_LOOKUP_PMF_RESOURCE_NAME The name of the standard service configuration resource text file containing the name of an implementation of PersistenceManagerFactory. Constant value is META-INF/services/javax.jdo.PersistenceManagerFactory. Since: JDO 2.1
3

setTransactionType(name)

Method javax.jdo.PersistenceManagerFactory void setTransactionType( String name ) Sets the TransactionType for this PersistenceManagerFactory. Permitted values are "JTA" and "RESOURCE_LOCAL". This has the same semantics as the same-named property in JSR-220 EntityManagerFactory. Parameters: name
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()

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