ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
5

javax.persistence.metamodel.PluralAttribute.CollectionType

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

- if the argument is null ValidationMode[] 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 ... ()) System.out.println(c) Returns: an array containing the constants of this enum type, in the order they are declared
5

javax.persistence.AccessType

- if the argument is null AccessType[] 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 ... ) Returns: an array containing the constants of this enum type, in the order they are declared
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
0

javax.jdo.ObjectState

.NullPointerException - if the argument is null ObjectState[] 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 String toString() Since: JDO 1. Since: JDO 1.0
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.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.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.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

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