ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
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.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.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.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.spi.LoadState

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

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

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

javax.jdo.Constants

See Also: PersistenceManagerFactory.supportedOptions() String OPTION_ARRAY "javax.jdo.option.Array" "javax.jdo.option.Array" Since: JDO 2.1 See Also: PersistenceManagerFactory.supportedOptions() String OPTION
0

javax.jdo.annotations.IdentityType

an array containing the constants of this enum type. Returns an array containing the constants ... : IdentityType.values()) System.out.println(c) Returns: an array containing the constants of this enum type, in the order they are declared
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