ObjectDB ObjectDB

Internal Website Search

131-140 of 200 resultsRefresh
35

PersistenceUnit.name

Annotation Element javax.persistence.PersistenceUnit String name (Optional) The name by which the entity manager factory is to be accessed in the environment referencing context; not needed when dependency injection is used. Default value: "" Since: JPA 1.0
35

PersistenceContext.name

Annotation Element javax.persistence.PersistenceContext String name (Optional) The name by which the entity manager is to be accessed in the environment referencing context; not needed when dependency injection is used. Default value: "" Since: JPA 1.0
35

TableGenerator.name

Annotation Element javax.persistence.TableGenerator String name (Required) A unique generator name that can be referenced by one or more classes to be the generator for id values. Since: JPA 1.0
35

SecondaryTable.name

Annotation Element javax.persistence.SecondaryTable String name (Required) The name of the table. Since: JPA 1.0
35

ColumnResult.name

Annotation Element javax.persistence.ColumnResult String name (Required) The name of a column in the SELECT clause of a SQL query Since: JPA 1.0
35

NamedNativeQuery.name

Annotation Element javax.persistence.NamedNativeQuery String name The name used to refer to the query with the EntityManager methods that create query objects. Since: JPA 1.0
35

SequenceGenerator.name

Annotation Element javax.persistence.SequenceGenerator String name (Required) A unique generator name that can be referenced by one or more classes to be the generator for primary key values. Since: JPA 1.0
3

Constants.NONCONFIGURABLE_PROPERTY_VENDOR_NAME

Static Field javax.jdo.Constants String NONCONFIGURABLE_PROPERTY_VENDOR_NAME Nonconfigurable property constanct "VendorName" Since: JDO 2.1 See Also: PersistenceManagerFactory.getProperties()
3

Constants.PROPERTY_SPI_RESOURCE_NAME

Static Field javax.jdo.Constants String PROPERTY_SPI_RESOURCE_NAME "javax.jdo.option.spi.ResourceName" Since: JDO 2.1
3

Constants.PROPERTY_PERSISTENCE_UNIT_NAME

Static Field javax.jdo.Constants String PROPERTY_PERSISTENCE_UNIT_NAME "javax.jdo.option.PersistenceUnitName" Since: JDO 2.1 See Also: PersistenceManagerFactory.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