ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
2

values()

Static Method javax.persistence.criteria.JoinType JoinType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (JoinType c : JoinType.values()) System.out.println(c) Returns: an array containing
2

values()

Static Method javax.persistence.CascadeType CascadeType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (CascadeType c : CascadeType.values()) System.out.println(c) Returns: an array containing
2

javax.persistence.PersistenceProperty

javax.persistence Annotation PersistenceProperty Target: Describes a single container or persistence provider property. Used in PersistenceContext. Vendor specific properties may be included in the set of properties, and are passed to the persistence provider by the container when the entity
2

values()

Static Method javax.persistence.InheritanceType InheritanceType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as ... containing the constants of this enum type, in the order they are declared
2

values()

Static Method javax.persistence.FlushModeType FlushModeType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (FlushModeType c : FlushModeType.values()) System.out.println(c) Returns: an array containing
2

createContainerEntityManagerFactory(info, map)

Method javax.persistence.spi.PersistenceProvider EntityManagerFactory createContainerEntityManagerFactory( PersistenceUnitInfo info, Map map ) Called by the container when an EntityManagerFactory ... are specified). If a Bean Validation provider is present in the classpath, the container must pass
2

values()

Static Method javax.persistence.metamodel.PluralAttribute.CollectionType CollectionType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate ... ) Returns: an array containing the constants of this enum type, in the order they are declared
0

values()

Static Method javax.jdo.annotations.IdentityType IdentityType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (IdentityType c : IdentityType.values()) System.out.println(c) Returns: an array containing
0

getPersistenceManagerFactory(overrides, name, resourceLoader, pmfLoader)

. Parameters: overrides - a Map containing properties that override properties defined in any resources loaded according to the "name" parameter name - interpreted as the name of the resource containing
0

values()

Static Method javax.jdo.annotations.IdGeneratorStrategy IdGeneratorStrategy[] values() Returns an array containing the constants of this enum type. This method may be used to iterate ... ) Returns: an array containing the constants of this enum type, in the order they are declared

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