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

T

Table - Annotation Type in javax.persistence
Specifies the primary table for the annotated entity.
TableGenerator - Annotation Type in javax.persistence
Defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
Temporal - Annotation Type in javax.persistence
This annotation must be specified for persistent fields or properties of type java.util.Date and java.util.Calendar.
TemporalType - Enum in javax.persistence
Type used to indicate a specific mapping of java.util.Date or java.util.Calendar.
toArray() - Method in interface javax.persistence.Tuple
Return the values of the result tuple elements as an array.
toBigDecimal(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toBigInteger(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toDouble(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toFloat(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toInteger(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toLong(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
toString() - Method in class javax.jdo.identity.ByteIdentity
Return the String version of the key.
toString() - Method in class javax.jdo.identity.CharIdentity
Return the String form of the key.
toString() - Method in class javax.jdo.identity.IntIdentity
Return the String form of the key.
toString() - Method in class javax.jdo.identity.LongIdentity
Return the String form of the key.
toString() - Method in class javax.jdo.identity.ObjectIdentity
Return the String form of the object id.
toString() - Method in class javax.jdo.identity.ShortIdentity
Return the String form of the key.
toString() - Method in class javax.jdo.identity.StringIdentity
Return the String form of the key.
toString() - Method in exception javax.jdo.JDOException
The String representation includes the name of the class, the descriptive comment (if any), the String representation of the failed Object (if any), and the String representation of the nested Throwables (if any).
toString() - Method in enum javax.jdo.ObjectState
 
toString(Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Typecast.
Transaction - Interface in javax.jdo
The JDO Transaction interface provides for initiation and completion of transactions under user control.
Transactional - Annotation Type in javax.jdo.annotations
Annotation to indicate that a member (field or property) is transactional but not persistent.
TransactionRequiredException - Exception in javax.persistence
Thrown by the persistence provider when a transaction is required but is not active.
TransactionRequiredException() - Constructor for exception javax.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with null as its detail message.
TransactionRequiredException(String) - Constructor for exception javax.persistence.TransactionRequiredException
Constructs a new TransactionRequiredException exception with the specified detail message.
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface javax.persistence.spi.ClassTransformer
Invoked when a class is being loaded or redefined.
Transient - Annotation Type in javax.persistence
Specifies that the property or field is not persistent.
trim(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim blanks from both ends of a string.
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim blanks from a string.
trim(Expression<Character>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim character from both ends of a string.
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim character from a string.
trim(char, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim character from both ends of a string.
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to trim character from a string.
tuple(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a tuple-valued selection item.
Tuple - Interface in javax.persistence
Interface for extracting the elements of a query result tuple.
TupleElement<X> - Interface in javax.persistence
The TupleElement interface defines an element that is returned in a query result tuple.
TX_READ_COMMITTED - Static variable in interface javax.jdo.Constants
Transaction isolation level representing the requirement to read committed data only.
TX_READ_UNCOMMITTED - Static variable in interface javax.jdo.Constants
Transaction isolation level representing the ability to read uncommitted data.
TX_REPEATABLE_READ - Static variable in interface javax.jdo.Constants
Transaction isolation level representing the requirement to read the same data in the same transaction.
TX_SERIALIZABLE - Static variable in interface javax.jdo.Constants
Transaction isolation level representing the requirement to serialize transactions.
TX_SNAPSHOT - Static variable in interface javax.jdo.Constants
Transaction isolation level representing the requirement to keep a snapshot for reading data.
type() - Method in interface javax.persistence.criteria.Path
Create an expression corresponding to the type of the path.
Type<X> - Interface in javax.persistence.metamodel
Instances of the type Type represent persistent object or attribute types.
Type.PersistenceType - Enum in javax.persistence.metamodel
 
TypedQuery<X> - Interface in javax.persistence
Interface used to control the execution of typed queries.

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