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

T

Table - Interface in org.eclipse.jpt.core.context
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TABLE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
Table - Interface in org.eclipse.jpt.db
Database table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TABLE__CATALOG - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE__NAME - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE__SCHEMA - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE__UNIQUE_CONSTRAINTS - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE_GENERATOR - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE_GENERATOR__ALLOCATION_SIZE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE_GENERATOR__CATALOG - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE_GENERATOR__INITIAL_VALUE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE_GENERATOR__NAME - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE_GENERATOR__PK_COLUMN_NAME - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE_GENERATOR__PK_COLUMN_VALUE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE_GENERATOR__SCHEMA - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE_GENERATOR__TABLE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE_GENERATOR__UNIQUE_CONSTRAINTS - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE_GENERATOR__VALUE_COLUMN_NAME - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TABLE_GENERATOR_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.GeneratorHolder
 
TABLE_GENERATORS_LIST - Static variable in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
TABLE_PER_CLASS_VALUE - Static variable in enum org.eclipse.jpt.core.resource.orm.InheritanceType
The 'TABLE PER CLASS' literal value.
TABLE_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.BaseColumnAnnotation
 
TABLE_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.TableGeneratorAnnotation
 
TABLE_VALUE - Static variable in enum org.eclipse.jpt.core.resource.orm.GenerationType
The 'TABLE' literal value.
TableAnnotation - Interface in org.eclipse.jpt.core.resource.java
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
tableChanged(ConnectionProfile, Table) - Method in class org.eclipse.jpt.db.ConnectionAdapter
 
tableChanged(ConnectionProfile, Table) - Method in interface org.eclipse.jpt.db.ConnectionListener
 
TableGenerator - Interface in org.eclipse.jpt.core.context
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TableGeneratorAnnotation - Interface in org.eclipse.jpt.core.resource.java
Corresponds to the javax.persistence.TableGenerator annotation Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
tableGenerators() - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
tableGeneratorsSize() - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
tableIsAllowed() - Method in interface org.eclipse.jpt.core.context.JoinColumn.Owner
return whether the join column's table can be specified explicitly
tableNamed(String) - Method in interface org.eclipse.jpt.db.Schema
Return the table in the schema with the specified name, respecting the database's case-sensitivity.
tableNameIsInvalid(String) - Method in interface org.eclipse.jpt.core.context.JoinColumn.Owner
return whether the specified table cannot be explicitly specified in the join column's 'table' element
tableNameIsInvalid(String) - Method in interface org.eclipse.jpt.core.context.TypeMapping
Return whether the specified table is invalid for any annotations associated with the type mapping.
tableNames() - Method in interface org.eclipse.jpt.db.Schema
Return the names of the schema's tables.
tables() - Method in interface org.eclipse.jpt.db.Schema
Return the schema's tables.
tablesSize() - Method in interface org.eclipse.jpt.db.Schema
Return the number of tables the schema contains.
tableTouches(int, CompilationUnit) - Method in interface org.eclipse.jpt.core.resource.java.BaseColumnAnnotation
Return whether the specified postition touches the table element.
TARGET_ENTITY_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
 
targetEntityIsValid(String) - Method in interface org.eclipse.jpt.core.context.RelationshipMapping
Return whether the specified 'targetEntity' is valid.
TEMPORAL - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TEMPORAL__VALUE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TEMPORAL_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.ColumnMapping
 
TEMPORAL_TYPE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TEMPORAL_TYPE - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Temporal Type' enum.
TEMPORAL_TYPE - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The meta object id for the 'Temporal Type' enum.
TEMPORAL_TYPE_ - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TEMPORAL_TYPE__DATE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TEMPORAL_TYPE__TIME - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TEMPORAL_TYPE__TIMESTAMP - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TemporalAnnotation - Interface in org.eclipse.jpt.core.resource.java
Corresponds to the javax.persistence.Temporal annotation Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TemporalType - Enum in org.eclipse.jpt.core.context
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TemporalType - Enum in org.eclipse.jpt.core.resource.java
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TemporalType - Enum in org.eclipse.jpt.core.resource.orm
A representation of the literals of the enumeration 'Temporal Type', and utility methods for working with them.
TextRange - Interface in org.eclipse.jpt.core.utility
A text range defines the offset into, length of, and line of a piece of text.
TextRange.Empty - Class in org.eclipse.jpt.core.utility
Empty implementation of text range.
TIME_VALUE - Static variable in enum org.eclipse.jpt.core.resource.orm.TemporalType
The 'TIME' literal value.
TIMESTAMP_VALUE - Static variable in enum org.eclipse.jpt.core.resource.orm.TemporalType
The 'TIMESTAMP' literal value.
toArray() - Method in interface org.eclipse.jpt.utility.model.value.ListValueModel
Return the list's values.
toJavaAnnotationValue(CascadeType[]) - Static method in enum org.eclipse.jpt.core.resource.java.CascadeType
 
toJavaAnnotationValue(DiscriminatorType) - Static method in enum org.eclipse.jpt.core.resource.java.DiscriminatorType
 
toJavaAnnotationValue(EnumType) - Static method in enum org.eclipse.jpt.core.resource.java.EnumType
 
toJavaAnnotationValue(FetchType) - Static method in enum org.eclipse.jpt.core.resource.java.FetchType
 
toJavaAnnotationValue(GenerationType) - Static method in enum org.eclipse.jpt.core.resource.java.GenerationType
 
toJavaAnnotationValue(InheritanceType) - Static method in enum org.eclipse.jpt.core.resource.java.InheritanceType
 
toJavaAnnotationValue(TemporalType) - Static method in enum org.eclipse.jpt.core.resource.java.TemporalType
 
toJavaResourceModel(DiscriminatorType) - Static method in enum org.eclipse.jpt.core.context.DiscriminatorType
 
toJavaResourceModel(EnumType) - Static method in enum org.eclipse.jpt.core.context.EnumType
 
toJavaResourceModel(FetchType) - Static method in enum org.eclipse.jpt.core.context.FetchType
 
toJavaResourceModel(GenerationType) - Static method in enum org.eclipse.jpt.core.context.GenerationType
 
toJavaResourceModel(InheritanceType) - Static method in enum org.eclipse.jpt.core.context.InheritanceType
 
toJavaResourceModel(TemporalType) - Static method in enum org.eclipse.jpt.core.context.TemporalType
 
toOrmResourceModel(DiscriminatorType) - Static method in enum org.eclipse.jpt.core.context.DiscriminatorType
 
toOrmResourceModel(EnumType) - Static method in enum org.eclipse.jpt.core.context.EnumType
 
toOrmResourceModel(FetchType) - Static method in enum org.eclipse.jpt.core.context.FetchType
 
toOrmResourceModel(GenerationType) - Static method in enum org.eclipse.jpt.core.context.GenerationType
 
toOrmResourceModel(InheritanceType) - Static method in enum org.eclipse.jpt.core.context.InheritanceType
 
toOrmResourceModel(TemporalType) - Static method in enum org.eclipse.jpt.core.context.TemporalType
 
toString() - Method in class org.eclipse.jpt.core.JpaProject.Updater.Null
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlAbstractColumn
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlAttributeMapping
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlBaseTable
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlNamedColumn
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlTypeMapping
 
toString() - Method in enum org.eclipse.jpt.core.resource.orm.AccessType
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.jpt.core.resource.orm.CascadeTypeImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.ColumnResult
 
toString() - Method in enum org.eclipse.jpt.core.resource.orm.DiscriminatorType
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.jpt.core.resource.orm.EntityListener
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.EntityResult
 
toString() - Method in enum org.eclipse.jpt.core.resource.orm.EnumType
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.jpt.core.resource.orm.EventMethod
 
toString() - Method in enum org.eclipse.jpt.core.resource.orm.FetchType
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.jpt.core.resource.orm.FieldResult
 
toString() - Method in enum org.eclipse.jpt.core.resource.orm.GenerationType
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.jpt.core.resource.orm.Inheritance
 
toString() - Method in enum org.eclipse.jpt.core.resource.orm.InheritanceType
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.jpt.core.resource.orm.MapKeyImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.SqlResultSetMapping
 
toString() - Method in enum org.eclipse.jpt.core.resource.orm.TemporalType
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlAssociationOverrideImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlAttributeOverrideImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlBasicImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlColumnImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlDiscriminatorColumn
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlEntityMappings
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlGeneratedValueImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlIdClass
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlIdImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlJoinColumnImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToManyImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToOneImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlNamedNativeQuery
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlNamedQuery
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToManyImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToOneImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlPersistenceUnitDefaults
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlPersistenceUnitMetadata
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlPrimaryKeyJoinColumnImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlQueryHint
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlSequenceGeneratorImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlTableGeneratorImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlUniqueConstraintImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.orm.XmlVersionImpl
 
toString() - Method in class org.eclipse.jpt.core.resource.persistence.XmlJavaClassRef
 
toString() - Method in class org.eclipse.jpt.core.resource.persistence.XmlMappingFileRef
 
toString() - Method in class org.eclipse.jpt.core.resource.persistence.XmlPersistence
 
toString() - Method in class org.eclipse.jpt.core.resource.persistence.XmlPersistenceUnit
 
toString() - Method in enum org.eclipse.jpt.core.resource.persistence.XmlPersistenceUnitTransactionType
Returns the literal value of the enumerator, which is its string representation.
toString() - Method in class org.eclipse.jpt.core.resource.persistence.XmlProperty
 
toString() - Method in class org.eclipse.jpt.core.utility.AbstractTextRange
 
toString() - Method in class org.eclipse.jpt.core.utility.TextRange.Empty
 
toString() - Method in class org.eclipse.jpt.utility.Command.Disabled
 
toString() - Method in class org.eclipse.jpt.utility.Command.Null
 
toString() - Method in class org.eclipse.jpt.utility.CommandExecutor.Default
 
toString() - Method in class org.eclipse.jpt.utility.CommandExecutorProvider.Default
 
toString() - Method in class org.eclipse.jpt.utility.Filter.Disabled
 
toString() - Method in class org.eclipse.jpt.utility.Filter.Null
 
toString() - Method in class org.eclipse.jpt.utility.model.event.ChangeEvent
 
touches(int) - Method in class org.eclipse.jpt.core.utility.AbstractTextRange
 
touches(int) - Method in class org.eclipse.jpt.core.utility.TextRange.Empty
 
touches(int) - Method in interface org.eclipse.jpt.core.utility.TextRange
Return whether the range touches an insertion cursor at the specified index.
toXmlResourceModel(AccessType) - Static method in enum org.eclipse.jpt.core.context.AccessType
 
toXmlResourceModel(PersistenceUnitTransactionType) - Static method in enum org.eclipse.jpt.core.context.persistence.PersistenceUnitTransactionType
 
TRANSIENT - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
TRANSIENT_ATTRIBUTE_MAPPING_KEY - Static variable in interface org.eclipse.jpt.core.MappingKeys
 
TransientAnnotation - Interface in org.eclipse.jpt.core.resource.java
Corresponds to the javax.persistence.Transient annotation Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TransientMapping - Interface in org.eclipse.jpt.core.context
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TreeChangeAdapter - Class in org.eclipse.jpt.utility.model.listener
Convenience implementation of TreeChangeListener.
TreeChangeAdapter() - Constructor for class org.eclipse.jpt.utility.model.listener.TreeChangeAdapter
Default constructor.
treeChanged(TreeChangeEvent) - Method in class org.eclipse.jpt.utility.model.listener.TreeChangeAdapter
 
treeChanged(TreeChangeEvent) - Method in interface org.eclipse.jpt.utility.model.listener.TreeChangeListener
This method gets called when a portion of a bound tree is changed in a manner that is not easily characterized by the other methods in this interface.
TreeChangeEvent - Class in org.eclipse.jpt.utility.model.event
A "tree change" event gets delivered whenever a model changes a "bound" or "constrained" tree.
TreeChangeEvent(Model, String, Object[]) - Constructor for class org.eclipse.jpt.utility.model.event.TreeChangeEvent
Construct a new tree change event.
TreeChangeEvent(Model, String) - Constructor for class org.eclipse.jpt.utility.model.event.TreeChangeEvent
Construct a new tree change event.
TreeChangeListener - Interface in org.eclipse.jpt.utility.model.listener
A "tree change" event gets fired whenever a model changes a "bound" tree.
treeCleared(TreeChangeEvent) - Method in class org.eclipse.jpt.utility.model.listener.TreeChangeAdapter
 
treeCleared(TreeChangeEvent) - Method in interface org.eclipse.jpt.utility.model.listener.TreeChangeListener
This method gets called when a bound tree is cleared.
TreeItemContentProvider - Interface in org.eclipse.jpt.ui.jface
Interface used in conjunction with DelegatingTreeContentProvider to return tree information for a particular item.
TreeItemContentProviderFactory - Interface in org.eclipse.jpt.ui.jface
Extension of ItemContentProviderFactory that extends functionality for tree content Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
TreeNodeValueModel<T> - Interface in org.eclipse.jpt.utility.model.value
Extend WritablePropertyValueModel to better support TreeModelAdapter.
TreeValueModel<E> - Interface in org.eclipse.jpt.utility.model.value
Interface used to abstract tree accessing and change notification and make it more pluggable.
Type - Interface in org.eclipse.jpt.core.utility.jdt
Type: just some covariant overrides.
TYPE_IS_BASIC_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentAttribute
 
TYPE_IS_CONTAINER_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentAttribute
 
typeAnnotationNames() - Method in interface org.eclipse.jpt.core.JpaAnnotationProvider
Iterator of fully qualified annotation(non-mapping) names that can apply to a Type
typeIsBasic() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentAttribute
 
typeIsContainer() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentAttribute
Return true if the attribute type is a container: java.util.Collection java.util.Set java.util.List java.util.Map
TypeMapping - Interface in org.eclipse.jpt.core.context
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
typeMappingAnnotationNames() - Method in interface org.eclipse.jpt.core.JpaAnnotationProvider
Ordered iterator of fully qualified annotation names that can apply to a Type
TypeMappingUiProvider<T extends TypeMapping> - Interface in org.eclipse.jpt.ui.details
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.

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