ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
5

javax.persistence.InheritanceType

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

javax.persistence.PessimisticLockScope

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

javax.persistence.CacheStoreMode

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

javax.persistence.metamodel.Attribute.PersistentAttributeType

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

javax.persistence.DiscriminatorType

[] values() Returns an array containing the constants of this enum type. Returns an array containing ... : for (DiscriminatorType c : DiscriminatorType.values()) System.out.println(c) Returns: an array
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.GenerationType

GenerationType[] values() Returns an array containing the constants of this enum type. Returns an array ... follows: for (GenerationType c : GenerationType.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
0

javax.jdo.PersistenceManagerFactory

- an array of FetchGroups Throws: SecurityException - if the caller is not authorized ... , and removeAllFetchGroups are internally serialized. Parameters: groups - an array of FetchGroups ... javax.jdo.option.Array javax.jdo.option.NullCollection javax.jdo.option.ChangeApplicationIdentity
0

getObjectIds(pcs)

Static Method javax.jdo.JDOHelper Object[] getObjectIds( Object[] pcs ) Get object ids for an array of instances. For each instance in the parameter, the getObjectId method is called. This method ... array exactly matches the order of instances of the parameter array. Parameters: pcs

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