ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
34

PluralAttribute.CollectionType.COLLECTION

Enum Constant javax.persistence.metamodel.PluralAttribute.CollectionType COLLECTION Collection-valued attribute Since: JPA 2.0
34

PluralAttribute.CollectionType.SET

Enum Constant javax.persistence.metamodel.PluralAttribute.CollectionType SET Set-valued attribute Since: JPA 2.0
34

PluralAttribute.CollectionType.MAP

Enum Constant javax.persistence.metamodel.PluralAttribute.CollectionType MAP Map-valued attribute Since: JPA 2.0
34

SharedCacheMode.ALL

Enum Constant javax.persistence.SharedCacheMode ALL All entities and entity-related state and data are cached. Since: JPA 2.0
34

SharedCacheMode.ENABLE_SELECTIVE

Enum Constant javax.persistence.SharedCacheMode ENABLE_SELECTIVE Caching is enabled for all entities for Cacheable(true) is specified. All other entities are not cached. Since: JPA 2.0
34

SharedCacheMode.DISABLE_SELECTIVE

Enum Constant javax.persistence.SharedCacheMode DISABLE_SELECTIVE Caching is enabled for all entities except those for which Cacheable(false) is specified. Entities for which Cacheable(false) is specified are not cached. Since: JPA 2.0
34

ValidationMode.CALLBACK

Enum Constant javax.persistence.ValidationMode CALLBACK The persistence provider must perform the lifecycle event validation. It is an error if there is no Bean Validation provider present in the environment. Since: JPA 2.0
34

ValidationMode.AUTO

Enum Constant javax.persistence.ValidationMode AUTO If a Bean Validation provider is present in the environment, the persistence provider must perform the automatic validation of entities. If no Bean Validation provider is present in the environment, no lifecycle event validation takes place. This is the default behavior. Since: JPA 2.0
34

ValidationMode.NONE

Enum Constant javax.persistence.ValidationMode NONE The persistence provider must not perform lifecycle event validation. Since: JPA 2.0
34

LockModeType.PESSIMISTIC_WRITE

Enum Constant javax.persistence.LockModeType PESSIMISTIC_WRITE Pessimistic write lock. Since: JPA 2.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