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

B

BASIC - Static variable in interface javax.jdo.FetchGroup
For use with FetchGroup.addCategory(java.lang.String) and FetchGroup.removeCategory(java.lang.String) calls.
Basic - Annotation Type in javax.persistence
The simplest type of mapping to a database column.
BasicType<X> - Interface in javax.persistence.metamodel
Instances of the type BasicType represent basic types (including temporal and enumerated types).
beforeCompletion() - Method in interface javax.transaction.Synchronization
 
begin() - Method in interface javax.jdo.Transaction
Begin a transaction.
begin() - Method in interface javax.persistence.EntityTransaction
Start a resource transaction.
between(Expression<? extends Y>, Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is between the second and third arguments in value.
between(Expression<? extends Y>, Y, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is between the second and third arguments in value.
Bindable<T> - Interface in javax.persistence.metamodel
Instances of the type Bindable represent object or attribute types that can be bound into a Path.
Bindable.BindableType - Enum in javax.persistence.metamodel
 
ByteIdentity - Class in javax.jdo.identity
This class is for identity with a single byte field.
ByteIdentity(Class, byte) - Constructor for class javax.jdo.identity.ByteIdentity
Constructor with class and key.
ByteIdentity(Class, Byte) - Constructor for class javax.jdo.identity.ByteIdentity
Constructor with class and key.
ByteIdentity(Class, String) - Constructor for class javax.jdo.identity.ByteIdentity
Constructor with class and key.
ByteIdentity() - Constructor for class javax.jdo.identity.ByteIdentity
Constructor only for Externalizable.

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