 11 | javax.persistence Annotation JoinColumn Target: Fields (including property get methods) Specifies ... ) Whether the column is included in SQL INSERT statements generated by the persistence provider. (Optional) Whether the column is included in SQL INSERT statements generated by the persistence |
 11 | javax.persistence Enum CacheRetrieveMode
java.lang.Object
java.lang.Enumpersistence.CacheRetrieveMode>
javax.persistence.CacheRetrieveMode
Implemented Interfaces: Serializable, Comparable Used as the value of the javax.persistence.cache.retrieveMode |
 11 | javax.persistence Enum CacheStoreMode
java.lang.Object
java.lang.Enumpersistence.CacheStoreMode>
javax.persistence.CacheStoreMode
Implemented Interfaces: Serializable, Comparable Used as the value of the javax.persistence.cache.storeMode property to specify |
 11 | javax.persistence.criteria Enum JoinType
java.lang.Object
java.lang.Enumpersistence.criteria.JoinType>
javax.persistence.criteria.JoinType
Implemented Interfaces: Serializable ... are not required to be supported in Java Persistence 2.0. Applications that use RIGHT join types |
 11 | javax.persistence Annotation ElementCollection Target: Fields (including property get methods ... . The EAGER strategy is a requirement on the persistence provider runtime that the collection elements must be eagerly fetched. The LAZY strategy is a hint to the persistence provider runtime. Default value |
 11 | javax.persistence Exception LockTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.persistence.PersistenceException
javax.persistence.LockTimeoutException
Implemented Interfaces |
 11 | javax.persistence.metamodel Interface Attribute Subinterfaces: CollectionAttribute ... getPersistentAttributeType() Return the persistent attribute type for the attribute. Return the persistent attribute type for the attribute. Returns: persistent attribute type Since: JPA 2.0 boolean isAssociation |
 11 | javax.persistence.metamodel Interface BasicType Superinterfaces: Type Instances of the type BasicType represent basic types (including temporal and enumerated types). Since: JPA 2.0 Classpersistence type. Return the persistence type. Returns: persistence type Since: JPA 2.0 |
 11 | javax.persistence.metamodel Interface EmbeddableType Superinterfaces: ManagedType, Typepersistence type. Return the persistence type. Returns: persistence type Since: JPA 2.0 Set< PluralAttribute> getPluralAttributes() Return |
 11 | javax.persistence.metamodel Interface EntityType Superinterfaces: Bindable, IdentifiableType, ManagedType, Type Instances of the type EntityType represent entity types. Since: JPA 2.0 ... getPersistenceType() Return the persistence type. Return the persistence type. Returns: persistence |