ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
13

FieldResult.name

Annotation Element javax.persistence.FieldResult String name Name of the persistent field or property of the class. Since: JPA 1.0
13

QueryHint.name

Annotation Element javax.persistence.QueryHint String name Name of the hint. Since: JPA 1.0
13

DiscriminatorColumn.name

Annotation Element javax.persistence.DiscriminatorColumn String name (Optional) The name of column to be used for the discriminator. Default value: "DTYPE" Since: JPA 1.0
13

alias(name)

Method javax.persistence.criteria.Selection Selection<X> alias( String name ) Assigns an alias to the selection item. Once assigned, an alias cannot be changed or reassigned. Returns the same selection item. Parameters: name - alias Returns: selection item Since: JPA 2.0
13

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
13

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
13

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
13

SecondaryTable.name

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

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
1

Constants.PROPERTY_NAME

Static Field javax.jdo.Constants String PROPERTY_NAME "javax.jdo.option.Name" Since: JDO 2.1 See Also: PersistenceManagerFactory.getName()

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