ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
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.metamodel.Bindable.BindableType

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

javax.persistence.criteria.CriteriaBuilder.Trimspec

() Returns an array containing the constants of this enum type. Returns an array containing the constants ... c : Trimspec.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.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.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.FetchType

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

multiselect(selectionList)

to the multiselect method. An element of the list passed to the multiselect method must not be a tuple- or array ... [] will be returned for each row. The elements of the array will correspond to the elements of the list passed ... , an instance of type Object[] will be instantiated and returned for each row. The elements of the array
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

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