A B C D E F G H I J K L M N O P Q R S T U V W

V

ValidationMode - Enum in javax.persistence
The validation mode to be used by the provider for the persistence unit.
Value - Annotation Type in javax.jdo.annotations
Annotation for the value of a map relation.
value(T) - Method in interface javax.persistence.criteria.CriteriaBuilder.Coalesce
Add an argument to the coalesce expression.
value(Expression<? extends T>) - Method in interface javax.persistence.criteria.CriteriaBuilder.Coalesce
Add an argument to the coalesce expression.
value(T) - Method in interface javax.persistence.criteria.CriteriaBuilder.In
Add to list of values to be tested against.
value(Expression<? extends T>) - Method in interface javax.persistence.criteria.CriteriaBuilder.In
Add to list of values to be tested against.
value() - Method in interface javax.persistence.criteria.MapJoin
Create a path expression that corresponds to the map value.
valueOf(String) - Static method in enum javax.jdo.annotations.DiscriminatorStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.ForeignKeyAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.IdentityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.IdGeneratorStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.InheritanceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.NullValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.PersistenceModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.SequenceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.annotations.VersionStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.jdo.ObjectState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.CacheRetrieveMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.CacheStoreMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.criteria.CriteriaBuilder.Trimspec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.criteria.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.criteria.Predicate.BooleanOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.DiscriminatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.EnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.FlushModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.GenerationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.LockModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.metamodel.Attribute.PersistentAttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.metamodel.Bindable.BindableType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.metamodel.PluralAttribute.CollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.metamodel.Type.PersistenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.PersistenceContextType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.PessimisticLockScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.SharedCacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.spi.LoadState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.spi.PersistenceUnitTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.TemporalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum javax.persistence.ValidationMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum javax.jdo.annotations.DiscriminatorStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.ForeignKeyAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.IdentityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.IdGeneratorStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.InheritanceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.NullValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.PersistenceModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.SequenceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.annotations.VersionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.jdo.ObjectState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.CacheRetrieveMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.CacheStoreMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.CascadeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.criteria.CriteriaBuilder.Trimspec
Returns an array containing the constants of this enum type, in the order they are declared.
values(M) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression that returns the values of a map.
values() - Static method in enum javax.persistence.criteria.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.criteria.Predicate.BooleanOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.DiscriminatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.EnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.FetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.FlushModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.GenerationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.LockModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.metamodel.Attribute.PersistentAttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.metamodel.Bindable.BindableType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.metamodel.PluralAttribute.CollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.metamodel.Type.PersistenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.PersistenceContextType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.PessimisticLockScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.SharedCacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.spi.LoadState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.spi.PersistenceUnitTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.TemporalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum javax.persistence.ValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Annotation Type in javax.jdo.annotations
Annotation for the versioning of the class.
Version - Annotation Type in javax.persistence
Specifies the version field or property of an entity class that serves as its optimistic lock value.
VersionStrategy - Enum in javax.jdo.annotations
Enumeration of the version strategy values.

A B C D E F G H I J K L M N O P Q R S T U V W