ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
5

javax.persistence.SharedCacheMode

is null SharedCacheMode[] values() Returns an array containing the constants of this enum type. 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
5

javax.persistence.metamodel.Type.PersistenceType

[] values() Returns an array containing the constants of this enum type. Returns an array containing ... : for (PersistenceType c : PersistenceType.values()) System.out.println(c) Returns: an array
5

javax.persistence.CacheRetrieveMode

- if the argument is null CacheRetrieveMode[] values() Returns an array containing the constants of this enum type. Returns an array containing the constants of this enum type. This method may be used ... ()) System.out.println(c) Returns: an array containing the constants of this enum type, in the order they are declared
5

javax.persistence.EnumType

an array containing the constants of this enum type. Returns an array containing the constants ... : EnumType.values()) System.out.println(c) Returns: an array containing the constants of this enum type, in the order they are declared
5

javax.persistence.criteria.JoinType

.NullPointerException - if the argument is null JoinType[] values() Returns an array containing the constants of this enum type. Returns an array containing the constants of this enum type. This method ... ()) System.out.println(c) Returns: an array containing the constants of this enum type, in the order they are declared
5

javax.persistence.spi.PersistenceUnitTransactionType

[] values() Returns an array containing the constants of this enum type. Returns an array containing ... ()) System.out.println(c) Returns: an array containing the constants of this enum type, in the order they are declared
5

javax.persistence.criteria.Predicate.BooleanOperator

BooleanOperator[] values() Returns an array containing the constants of this enum type. Returns an array ... : an array containing the constants of this enum type, in the order they are declared
0

javax.jdo.annotations.DiscriminatorStrategy

.NullPointerException - if the argument is null DiscriminatorStrategy[] values() Returns an array containing the constants of this enum type. Returns an array containing the constants of this enum type ... : DiscriminatorStrategy.values()) System.out.println(c) Returns: an array containing the constants of this enum type, in the order they are declared
0

javax.jdo.annotations.VersionStrategy

.NullPointerException - if the argument is null VersionStrategy[] values() Returns an array containing the constants of this enum type. Returns an array containing the constants of this enum type. This method ... ()) System.out.println(c) Returns: an array containing the constants of this enum type, in the order they are declared
0

javax.jdo.annotations.ForeignKeyAction

[] values() Returns an array containing the constants of this enum type. Returns an array containing ... : for (ForeignKeyAction c : ForeignKeyAction.values()) System.out.println(c) Returns: an array

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