ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
33

values()

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

values()

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

values()

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

Cacheable.value

Annotation Element javax.persistence.Cacheable boolean value (Optional) Whether or not the entity should be cached. Default value: true Since: JPA 2.0
33

values()

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

Enumerated.value

Annotation Element javax.persistence.Enumerated EnumType value (Optional) The type used in mapping an enum type. Default value: javax.persistence.EnumType.ORDINAL Since: JPA 1.0
33

values()

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

OrderBy.value

Annotation Element javax.persistence.OrderBy String value An orderby_list. Specified as follows: orderby_list::= orderby_item [,orderby_item]* orderby_item::= [property_or_field_name] [ASC ... is not specified, ordering by the primary key of the associated entity is assumed. Default value: "" Since: JPA 1.0
3

values()

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

values()

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

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