ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
33

values()

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

values()

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

values()

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

QueryHint.value

Annotation Element javax.persistence.QueryHint String value Value of the hint. Since: JPA 1.0
33

values()

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

values()

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

in(values)

Method javax.persistence.criteria.Expression<T> Predicate in( Expression<T> values ) Create a predicate to test whether the expression is a member of the collection. Parameters: values - expression corresponding to collection to be tested against Returns: predicate testing for membership Since: JPA 2.0
33

values()

Static Method javax.persistence.spi.PersistenceUnitTransactionType PersistenceUnitTransactionType[] values() Returns an array containing the constants of this enum type. This method may be used ... : PersistenceUnitTransactionType.values()) System.out.println(c) Returns: an array containing the constants of this enum type, in the order they are declared
3

values()

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

values()

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

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