 5 | > Defines mapping for enumerated types. The constants of this enumerated type specify how a persistent property or field of an enumerated type should be persisted. Since: JPA 1.0 Learn how to define and use enum fields in Chapter 2 of the ObjectDB/JPA manual. EnumType ORDINAL Persist enumerated type |
 5 | .OPTIMISTIC_FORCE_INCREMENT. The lock mode type values LockModeType.READ and LockModeType.WRITE ... applications. The semantics of requesting locks of type LockModeType.OPTIMISTIC and LockModeType.OPTIMISTIC_FORCE_INCREMENT are the following. If transaction T1 calls for a lock of type LockModeType |
 5 | _TYPE Entity type Entity type Since: JPA 2.0 BindableType PLURAL_ATTRIBUTE Multi-valued attribute type Multi-valued attribute type Since: JPA 2.0 BindableType SINGULAR_ATTRIBUTE Single-valued attribute type Single-valued attribute type Since: JPA 2.0 BindableType valueOf(String name) Returns |
 5 | InstanceLifecycleEvent(Object source, int type) Creates a new event object with the specified source and type. Creates a new event object with the specified source and type. Parameters: source - the instance that triggered the event type - the event type Since: JDO 2.0 InstanceLifecycleEvent(Object source, int type |
 5 | join to the specified attribute using the given join type. Create a fetch join to the specified attribute using the given join type. Parameters: attributeName - name of the attribute for the target of the join jt - join type Returns: the resulting fetch join Throws: IllegalArgumentException |
 5 | , ListAttribute, MapAttribute, PluralAttribute, SetAttribute, SingularAttribute Instances of the type Bindable represent object or attribute types that can be bound into a Path. Since: JPA 2.0 Class getBindableJavaType() Return the Java type of the represented object. Return the Java type |
 5 | the previously specified selection(s), if any. The type of the result of the query execution depends on the specification of the type of the criteria query object created as well as the argument ... array-valued compound selection item. The semantics of this method are as follows: If the type |
 5 | the previously specified selection(s), if any. The type of the result of the query execution depends on the specification of the type of the criteria query object created as well as the argument ... -valued compound selection item. The semantics of this method are as follows: If the type |
 5 | the previously specified selection(s), if any. The type of the result of the query execution depends on the specification of the type of the criteria query object created as well as the arguments ... selection item. The semantics of this method are as follows: If the type of the criteria query |
 5 | of a Java type. Since: JPA 2.0 ManagedType getDeclaringType() Return the managed type representing the type in which the attribute was declared. Return the managed type representing the type in which the attribute was declared. Returns: declaring type Since: JPA 2.0 Member getJavaMember() Return the java |