ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
33

values()

Static Method javax.persistence.CascadeType CascadeType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (CascadeType c : CascadeType.values()) System.out.println(c) Returns: an array containing
33

values()

Static Method javax.persistence.InheritanceType InheritanceType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (InheritanceType c : InheritanceType.values()) System.out.println(c) Returns: an array
33

values()

Static Method javax.persistence.FlushModeType FlushModeType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (FlushModeType c : FlushModeType.values()) System.out.println(c) Returns: an array containing
33

values()

Static Method javax.persistence.metamodel.PluralAttribute.CollectionType CollectionType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (CollectionType c : CollectionType.values()) System.out.println(c
33

values()

Static Method javax.persistence.PersistenceContextType PersistenceContextType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (PersistenceContextType c : PersistenceContextType.values
33

values()

Static Method javax.persistence.ValidationMode ValidationMode[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (ValidationMode c : ValidationMode.values()) System.out.println(c) Returns: an array
3

values()

Static Method javax.jdo.annotations.IdentityType IdentityType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (IdentityType c : IdentityType.values()) System.out.println(c) Returns: an array containing
3

Cacheable.value

Annotation Element javax.jdo.annotations.Cacheable String value Default value: "true" Since: JDO 2.2
3

values()

Static Method javax.jdo.annotations.IdGeneratorStrategy IdGeneratorStrategy[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (IdGeneratorStrategy c : IdGeneratorStrategy.values()) System.out.println(c
3

values()

Static Method javax.jdo.annotations.SequenceStrategy SequenceStrategy[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (SequenceStrategy c : SequenceStrategy.values()) System.out.println(c) Returns

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