- Table - Annotation Type in javax.persistence
-
The @Table annotation.
- TableGenerator - Annotation Type in javax.persistence
-
The @TableGenerator annotation.
- Tag - Interface in javax.servlet.jsp.tagext
-
Tags are Java classes implementing JSP Tag extensions.
- TagAdapter - Class in javax.servlet.jsp.tagext
-
Adapts an object to the tag hierarchy.
- TagAdapter(SimpleTag) - Constructor for class javax.servlet.jsp.tagext.TagAdapter
-
Creates a new adapter.
- TagAttributeInfo - Class in javax.servlet.jsp.tagext
-
Information about tag attributes.
- TagAttributeInfo(String, boolean, String, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
-
Creates a new TagAttributeInfo object.
- TagAttributeInfo(String, boolean, String, boolean, boolean) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
-
Creates a new TagAttributeInfo object.
- TagAttributeInfo(String, boolean, String, boolean, boolean, String, boolean, boolean, String, String) - Constructor for class javax.servlet.jsp.tagext.TagAttributeInfo
-
Creates a new TagAttributeInfo object.
- TagData - Class in javax.servlet.jsp.tagext
-
Tag instance attributes and values.
- TagData(Hashtable<String, Object>) - Constructor for class javax.servlet.jsp.tagext.TagData
-
Create a new TagData object based on an attribute key/value hash table.
- TagData(Object[][]) - Constructor for class javax.servlet.jsp.tagext.TagData
-
Create a new TagData object based on and array of attribute key/values.
- TagExtraInfo - Class in javax.servlet.jsp.tagext
-
Extra tag information for a custom tag.
- TagExtraInfo() - Constructor for class javax.servlet.jsp.tagext.TagExtraInfo
-
Implementing classes must implement a zero-arg constructor.
- TagFileInfo - Class in javax.servlet.jsp.tagext
-
Represents the tag information from a *.tag.
- TagFileInfo(String, String, TagInfo) - Constructor for class javax.servlet.jsp.tagext.TagFileInfo
-
Create a new TagFileInfo.
- tagFiles - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
- TagInfo - Class in javax.servlet.jsp.tagext
-
Represents the tag information from the tld.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[]) - Constructor for class javax.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo.
- TagInfo(String, String, String, String, TagLibraryInfo, TagExtraInfo, TagAttributeInfo[], String, String, String, TagVariableInfo[], boolean) - Constructor for class javax.servlet.jsp.tagext.TagInfo
-
Constructor for TagInfo.
- TaglibDescriptor - Interface in javax.servlet.descriptor
-
- TagLibraryInfo - Class in javax.servlet.jsp.tagext
-
Information about the entire tag library.
- TagLibraryInfo(String, String) - Constructor for class javax.servlet.jsp.tagext.TagLibraryInfo
-
Called by the JSP engine to collect tag library information.
- TagLibraryValidator - Class in javax.servlet.jsp.tagext
-
Abstract class for a JSP page validator.
- TagLibraryValidator() - Constructor for class javax.servlet.jsp.tagext.TagLibraryValidator
-
Zero-arg constructor for the validator.
- tags - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
- TagSupport - Class in javax.servlet.jsp.tagext
-
Convenient support class for creating tags which don't analyze their
bodies.
- TagSupport() - Constructor for class javax.servlet.jsp.tagext.TagSupport
-
Tags need to implement a zero-arg constructor.
- TagVariableInfo - Class in javax.servlet.jsp.tagext
-
TagVariableInfo objects create runtime variables available to the tags.
- TagVariableInfo(String, String, String, boolean, int) - Constructor for class javax.servlet.jsp.tagext.TagVariableInfo
-
Creates information for a variable.
- TEMPDIR - Static variable in interface javax.servlet.ServletContext
-
- Temporal - Annotation Type in javax.persistence
-
The @Temporal annotation.
- TemporalType - Enum in javax.persistence
-
The type of the lock modes.
- TemporaryQueue - Interface in javax.jms
-
The main destination.
- TemporaryTopic - Interface in javax.jms
-
The main destination.
- TextMessage - Interface in javax.jms
-
The main message.
- TimedObject - Interface in javax.ejb
-
The TimedObject interface contains the callback method that is used to
deliver timer expiration notifications.
- Timeout - Annotation Type in javax.ejb
-
Designates a method on the bean that should receive EJB timer expirations for
that bean.
- Timer - Interface in javax.ejb
-
The Timer interface contains information about a timer that was created
through the EJB Timer Service.
- TimerConfig - Class in javax.ejb
-
Specifies the configuration of a timer.
- TimerConfig() - Constructor for class javax.ejb.TimerConfig
-
Constructs a new timer configuration.
- TimerConfig(Serializable, boolean) - Constructor for class javax.ejb.TimerConfig
-
Constructs a new timer configuration.
- TimerHandle - Interface in javax.ejb
-
The TimerHandle interface is implemented by all EJB timer handles.
- TimerService - Interface in javax.ejb
-
The TimerService interface provides enterprise bean components with access to
the container-provided Timer Service.
- timezone(String) - Method in class javax.ejb.ScheduleExpression
-
Sets the time zone for this schedule.
- tlibversion - Variable in class javax.servlet.jsp.tagext.TagLibraryInfo
-
- TMENDRSCAN - Static variable in interface javax.transaction.xa.XAResource
-
- TMFAIL - Static variable in interface javax.transaction.xa.XAResource
-
- TMJOIN - Static variable in interface javax.transaction.xa.XAResource
-
- TMNOFLAGS - Static variable in interface javax.transaction.xa.XAResource
-
- TMONEPHASE - Static variable in interface javax.transaction.xa.XAResource
-
- TMRESUME - Static variable in interface javax.transaction.xa.XAResource
-
- TMSTARTRSCAN - Static variable in interface javax.transaction.xa.XAResource
-
- TMSUCCESS - Static variable in interface javax.transaction.xa.XAResource
-
- TMSUSPEND - Static variable in interface javax.transaction.xa.XAResource
-
- toArray() - Method in interface javax.persistence.Tuple
-
- toBigDecimal(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- toBigInteger(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- toDouble(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- toFloat(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- toInteger(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- toLong(Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- Topic - Interface in javax.jms
-
The main destination.
- TopicConnection - Interface in javax.jms
-
The main destination.
- TopicConnectionFactory - Interface in javax.jms
-
The main destination.
- TopicPublisher - Interface in javax.jms
-
The main destination.
- TopicRequestor - Class in javax.jms
-
The main destination.
- TopicRequestor(TopicSession, Topic) - Constructor for class javax.jms.TopicRequestor
-
- TopicSession - Interface in javax.jms
-
The main destination.
- TopicSubscriber - Interface in javax.jms
-
The main destination.
- toResult(ResultSet) - Static method in class javax.servlet.jsp.jstl.sql.ResultSupport
-
- toResult(ResultSet, int) - Static method in class javax.servlet.jsp.jstl.sql.ResultSupport
-
- toString() - Method in class com.caucho.cache.Configuration.Duration
-
- toString() - Method in class com.caucho.cache.ExpiryPolicy.Accessed
-
- toString() - Method in class com.caucho.cache.ExpiryPolicy.Default
-
- toString() - Method in class com.caucho.cache.ExpiryPolicy.Modified
-
- toString() - Method in class javax.ejb.ScheduleExpression
-
- toString() - Method in class javax.enterprise.util.AnnotationLiteral
-
- toString() - Method in class javax.enterprise.util.TypeLiteral
-
- toString() - Method in interface javax.jms.Queue
-
- toString() - Method in interface javax.jms.Topic
-
- toString(Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- toString() - Method in class javax.servlet.GenericServlet
-
- toString() - Method in class javax.servlet.http.Cookie
-
Converts the cookie to a string for debugging.
- toString() - Method in class javax.servlet.jsp.tagext.TagAdapter
-
- toString() - Method in class javax.servlet.ServletContextAttributeEvent
-
- toString() - Method in class javax.servlet.ServletResponseWrapper
-
- Transaction - Interface in javax.transaction
-
The transaction interface.
- TransactionAttribute - Annotation Type in javax.ejb
-
The transaction attribute annotation.
- TransactionAttributeType - Enum in javax.ejb
-
The Transaction annotations
- TransactionException - Exception in com.caucho.cache.transaction
-
- TransactionException() - Constructor for exception com.caucho.cache.transaction.TransactionException
-
- TransactionException(String) - Constructor for exception com.caucho.cache.transaction.TransactionException
-
- TransactionException(String, Throwable) - Constructor for exception com.caucho.cache.transaction.TransactionException
-
- TransactionException(Throwable) - Constructor for exception com.caucho.cache.transaction.TransactionException
-
- TransactionInProgressException - Exception in javax.jms
-
The exception
- TransactionInProgressException(String) - Constructor for exception javax.jms.TransactionInProgressException
-
- TransactionInProgressException(String, String) - Constructor for exception javax.jms.TransactionInProgressException
-
- TransactionManagement - Annotation Type in javax.ejb
-
The TransactionManagement type for local interfaces.
- TransactionManagementType - Enum in javax.ejb
-
The Stateless transaction management type
- TransactionManager - Interface in javax.transaction
-
The app server transaction interface.
- TransactionPhase - Enum in javax.enterprise.event
-
event types
- TransactionRequiredException - Exception in javax.persistence
-
- TransactionRequiredException() - Constructor for exception javax.persistence.TransactionRequiredException
-
- TransactionRequiredException(String) - Constructor for exception javax.persistence.TransactionRequiredException
-
- TransactionRequiredException - Exception in javax.transaction
-
An exception thrown from a commit on a resource when the resource
already heuristically rolled back.
- TransactionRequiredException() - Constructor for exception javax.transaction.TransactionRequiredException
-
- TransactionRequiredException(String) - Constructor for exception javax.transaction.TransactionRequiredException
-
- TransactionRequiredLocalException - Exception in javax.ejb
-
The main ejb context.
- TransactionRequiredLocalException() - Constructor for exception javax.ejb.TransactionRequiredLocalException
-
- TransactionRequiredLocalException(String) - Constructor for exception javax.ejb.TransactionRequiredLocalException
-
- TransactionRolledBackException - Exception in javax.jms
-
The exception
- TransactionRolledBackException(String) - Constructor for exception javax.jms.TransactionRolledBackException
-
- TransactionRolledBackException(String, String) - Constructor for exception javax.jms.TransactionRolledBackException
-
- TransactionRolledbackException - Exception in javax.transaction
-
An exception thrown from a commit on a resource when the resource
already heuristically rolled back.
- TransactionRolledbackException() - Constructor for exception javax.transaction.TransactionRolledbackException
-
- TransactionRolledbackException(String) - Constructor for exception javax.transaction.TransactionRolledbackException
-
- TransactionRolledbackLocalException - Exception in javax.ejb
-
The main ejb context.
- TransactionRolledbackLocalException() - Constructor for exception javax.ejb.TransactionRolledbackLocalException
-
- TransactionRolledbackLocalException(String) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
-
- TransactionRolledbackLocalException(String, Exception) - Constructor for exception javax.ejb.TransactionRolledbackLocalException
-
- TransactionSynchronizationRegistry - Interface in javax.transaction
-
- transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface javax.persistence.spi.ClassTransformer
-
Create an return an EntityManagerFactory for the named unit.
- Transient - Annotation Type in javax.persistence
-
The @Transient annotation.
- trim(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- trim(Expression<Character>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- trim(char, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- TryCatchFinally - Interface in javax.servlet.jsp.tagext
-
Mixin interface to handle exceptions thrown in a tag.
- tuple(Selection<?>...) - Method in interface javax.persistence.criteria.CriteriaBuilder
-
- Tuple - Interface in javax.persistence
-
Represents a tuple result.
- TupleElement<X> - Interface in javax.persistence
-
And element returned from a query result tuple.
- TX_CONCURRENT_WORK_DISALLOWED - Static variable in exception javax.resource.spi.work.WorkException
-
- TX_RECREATE_FAILED - Static variable in exception javax.resource.spi.work.WorkException
-
- txnIsolationLevel - Variable in class com.caucho.cache.MutableConfiguration
-
- txnMode - Variable in class com.caucho.cache.MutableConfiguration
-
- TYPE - Static variable in class javax.el.ELResolver
-
- type() - Method in interface javax.persistence.criteria.Path
-
- Type<X> - Interface in javax.persistence.metamodel
-
Reflection model for a JPA entity.
- Type.PersistenceType - Enum in javax.persistence.metamodel
-
- Typed - Annotation Type in javax.enterprise.inject
-
Allows specific type information for scanning.
- TypedQuery<X> - Interface in javax.persistence
-
Represents a typed SQL query.
- TypeLiteral<T> - Class in javax.enterprise.util
-
Convenience API to create runtime parameterized types.
- TypeLiteral() - Constructor for class javax.enterprise.util.TypeLiteral
-