ObjectDB ObjectDB

Internal Website Search

121-130 of 200 resultsRefresh
35

SqlResultSetMapping.name

Annotation Element javax.persistence.SqlResultSetMapping String name The name given to the result set mapping, and used to refer to it in the methods of the Query API. Since: JPA 1.0
35

PersistenceProperty.name

Annotation Element javax.persistence.PersistenceProperty String name The name of the property Since: JPA 1.0
35

NamedQuery.name

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

FieldResult.name

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

QueryHint.name

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

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
35

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
3

Constants.JDOCONFIG_RESOURCE_NAME

Static Field javax.jdo.Constants String JDOCONFIG_RESOURCE_NAME The name of the standard JDO configuration resource file(s). Constant value is META-INF/jdoconfig.xml. Since: JDO 2.1
3

Constants.ANONYMOUS_PERSISTENCE_MANAGER_FACTORY_NAME

Static Field javax.jdo.Constants String ANONYMOUS_PERSISTENCE_MANAGER_FACTORY_NAME The name of the anonymous PersistenceManagerFactory, which is the empty string. Since: JDO 2.1
3

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