ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
5

javax.persistence.PersistenceContextType

- if the argument is null PersistenceContextType[] 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

multiselect(selections)

to the multiselect method. An argument to the multiselect method must not be a tuple- or array-valued compound ... for some class X, an instance of type X[] will be returned for each row. The elements of the array ... , an instance of type Object[] will be instantiated and returned for each row. The elements of the array
5

javax.persistence.FlushModeType

.NullPointerException - if the argument is null FlushModeType[] 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

multiselect(selectionList)

array-valued compound selection item. The semantics of this method are as follows: If the type ... [] will be returned for each row. The elements of the array will correspond to the elements of the list ... of the array will correspond to the elements of the list passed to the multiselect method, in the specified
5

javax.persistence.LockModeType

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

makePersistentAll(pcs)

Method javax.jdo.PersistenceManager T[] makePersistentAll( T... pcs ) Make an array of instances persistent. Parameters: pcs - an array of instances Returns: the parameter instances for parameters in ... instances, in the same order as in the parameter array Since: JDO 1.0 See Also: makePersistent(Object pc)
0

javax.jdo.annotations.IdGeneratorStrategy

.lang.NullPointerException - if the argument is null IdGeneratorStrategy[] values() Returns an array containing the constants of this enum type. Returns an array containing the constants of this enum ... : IdGeneratorStrategy.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.SequenceStrategy

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

javax.jdo.annotations.PersistenceModifier

.lang.NullPointerException - if the argument is null PersistenceModifier[] values() Returns an array containing the constants of this enum type. Returns an array containing the constants of this enum ... : PersistenceModifier.values()) System.out.println(c) 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