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

C

candidateMapKeyNames() - Method in interface org.eclipse.jpt.core.context.MultiRelationshipMapping
 
candidateMappedByAttributeNames() - Method in interface org.eclipse.jpt.core.context.NonOwningMapping
 
candidateUniqueConstraintColumnNames() - Method in interface org.eclipse.jpt.core.context.UniqueConstraint.Owner
 
canWorkOffline() - Method in interface org.eclipse.jpt.db.ConnectionProfile
Return whether the connection profile supports working offline and data has been saved for working offline.
Cascade - 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.
CASCADE_ALL_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
 
CASCADE_MERGE_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
 
CASCADE_PERSIST_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.orm.PersistenceUnitDefaults
 
CASCADE_PERSIST_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
 
CASCADE_REFRESH_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
 
CASCADE_REMOVE_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
 
CASCADE_TYPE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
CASCADE_TYPE - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The meta object id for the 'Cascade Type' class.
CASCADE_TYPE - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Cascade Type' class.
CASCADE_TYPE_ - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
CASCADE_TYPE__ALL - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
CASCADE_TYPE__CASCADE_ALL - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Cascade All' attribute.
CASCADE_TYPE__CASCADE_ALL - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Cascade All' attribute feature.
CASCADE_TYPE__CASCADE_MERGE - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Cascade Merge' attribute.
CASCADE_TYPE__CASCADE_MERGE - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Cascade Merge' attribute feature.
CASCADE_TYPE__CASCADE_PERSIST - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Cascade Persist' attribute.
CASCADE_TYPE__CASCADE_PERSIST - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Cascade Persist' attribute feature.
CASCADE_TYPE__CASCADE_REFRESH - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Cascade Refresh' attribute.
CASCADE_TYPE__CASCADE_REFRESH - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Cascade Refresh' attribute feature.
CASCADE_TYPE__CASCADE_REMOVE - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Cascade Remove' attribute.
CASCADE_TYPE__CASCADE_REMOVE - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Cascade Remove' attribute feature.
CASCADE_TYPE__MERGE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
CASCADE_TYPE__PERSIST - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
CASCADE_TYPE__REFRESH - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
CASCADE_TYPE__REMOVE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
CASCADE_TYPE_FEATURE_COUNT - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The number of structural features of the 'Cascade Type' class.
CASCADE_TYPE_IMPL - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The meta object id for the 'Cascade Type Impl' class.
CASCADE_TYPE_IMPL - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Cascade Type Impl' class.
CASCADE_TYPE_IMPL__CASCADE_ALL - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Cascade All' attribute.
CASCADE_TYPE_IMPL__CASCADE_MERGE - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Cascade Merge' attribute.
CASCADE_TYPE_IMPL__CASCADE_PERSIST - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Cascade Persist' attribute.
CASCADE_TYPE_IMPL__CASCADE_REFRESH - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Cascade Refresh' attribute.
CASCADE_TYPE_IMPL__CASCADE_REMOVE - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Cascade Remove' attribute.
CASCADE_TYPE_IMPL_FEATURE_COUNT - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The number of structural features of the 'Cascade Type Impl' class.
CascadeType - 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.
CascadeType - Interface in org.eclipse.jpt.core.resource.orm
A representation of the model object 'Cascade Type'.
CascadeTypeImpl - Class in org.eclipse.jpt.core.resource.orm
A representation of the model object 'Cascade Type'.
Catalog - Interface in org.eclipse.jpt.db
Database catalog Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
CATALOG_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.TableAnnotation
 
CATALOG_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.TableGeneratorAnnotation
 
catalogChanged(ConnectionProfile, Catalog) - Method in class org.eclipse.jpt.db.ConnectionAdapter
 
catalogChanged(ConnectionProfile, Catalog) - Method in interface org.eclipse.jpt.db.ConnectionListener
 
catalogNamed(String) - Method in interface org.eclipse.jpt.db.Database
Return the catalog in the database with the specified name, respecting the database's case-sensitivity.
catalogNames() - Method in interface org.eclipse.jpt.db.Database
Return the names of the database's catalogs.
catalogs() - Method in interface org.eclipse.jpt.db.Database
Return the database's catalogs.
catalogsSize() - Method in interface org.eclipse.jpt.db.Database
Return the number of catalogs the database contains.
catalogTouches(int, CompilationUnit) - Method in interface org.eclipse.jpt.core.resource.java.TableAnnotation
Return whether the specified postition touches the catalog element.
ChangeEvent - Class in org.eclipse.jpt.utility.model.event
Abstract class for all the change events that can be fired by models.
ChangeListener - Interface in org.eclipse.jpt.utility.model.listener
Marker interface.
changeMapping(OrmPersistentType, OrmTypeMapping, OrmTypeMapping) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
changeMapping(OrmPersistentAttribute, OrmAttributeMapping, OrmAttributeMapping) - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentType
 
CHAR_VALUE - Static variable in enum org.eclipse.jpt.core.resource.orm.DiscriminatorType
The 'CHAR' literal value.
child(int) - Method in interface org.eclipse.jpt.utility.model.value.TreeNodeValueModel
Return the node's child at the specified index.
childrenModel() - Method in interface org.eclipse.jpt.utility.model.value.TreeNodeValueModel
Return a list value model of the node's child nodes.
childrenSize() - Method in interface org.eclipse.jpt.utility.model.value.TreeNodeValueModel
Return the size of the node's list of children.
CLASS_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.persistence.ClassRef
String constant associated with changes to the class name
CLASS_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.orm.OrmTypeMapping
 
CLASS_REF_ID - Static variable in interface org.eclipse.jpt.core.context.persistence.PersistenceStructureNodes
 
classChanged(String, String) - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentType
 
ClassRef - Interface in org.eclipse.jpt.core.context.persistence
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
classRefs() - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return an iterator on the list of class refs, whether specified or implied.
classRefsSize() - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return the number of specified and implied class refs.
cloneWithSource(Model) - Method in class org.eclipse.jpt.utility.model.event.ChangeEvent
Return a copy of the event with the specified source replacing the current source.
cloneWithSource(Model) - Method in class org.eclipse.jpt.utility.model.event.CollectionChangeEvent
Return a copy of the event with the specified source replacing the current source.
cloneWithSource(Model, String) - Method in class org.eclipse.jpt.utility.model.event.CollectionChangeEvent
Return a copy of the event with the specified source and collection name replacing the current source and collection name.
cloneWithSource(Model) - Method in class org.eclipse.jpt.utility.model.event.ListChangeEvent
Return a copy of the event with the specified source replacing the current source.
cloneWithSource(Model, String) - Method in class org.eclipse.jpt.utility.model.event.ListChangeEvent
Return a copy of the event with the specified source and list name replacing the current source and list name.
cloneWithSource(Model, String, int) - Method in class org.eclipse.jpt.utility.model.event.ListChangeEvent
Return a copy of the event with the specified source and list name replacing the current source and list name and displacing the index by the specified amount.
cloneWithSource(Model) - Method in class org.eclipse.jpt.utility.model.event.PropertyChangeEvent
 
cloneWithSource(Model, String) - Method in class org.eclipse.jpt.utility.model.event.PropertyChangeEvent
Return a copy of the event with the specified source replacing the current source and the property name.
cloneWithSource(Model) - Method in class org.eclipse.jpt.utility.model.event.StateChangeEvent
 
cloneWithSource(Model) - Method in class org.eclipse.jpt.utility.model.event.TreeChangeEvent
 
cloneWithSource(Model, String) - Method in class org.eclipse.jpt.utility.model.event.TreeChangeEvent
Return a copy of the event with the specified source replacing the current source and the tree name.
closed(ConnectionProfile) - Method in class org.eclipse.jpt.db.ConnectionAdapter
 
closed(ConnectionProfile) - Method in interface org.eclipse.jpt.db.ConnectionListener
 
CollectionChangeAdapter - Class in org.eclipse.jpt.utility.model.listener
Convenience implementation of CollectionChangeListener.
CollectionChangeAdapter() - Constructor for class org.eclipse.jpt.utility.model.listener.CollectionChangeAdapter
Default constructor.
collectionChanged(CollectionChangeEvent) - Method in class org.eclipse.jpt.utility.model.listener.CollectionChangeAdapter
 
collectionChanged(CollectionChangeEvent) - Method in interface org.eclipse.jpt.utility.model.listener.CollectionChangeListener
This method gets called when a bound collection is changed in a manner that is not easily characterized by the other methods in this interface.
CollectionChangeEvent - Class in org.eclipse.jpt.utility.model.event
A "collection change" event gets delivered whenever a model changes a "bound" or "constrained" collection.
CollectionChangeEvent(Model, String, Collection<?>) - Constructor for class org.eclipse.jpt.utility.model.event.CollectionChangeEvent
Construct a new collection change event.
CollectionChangeEvent(Model, String) - Constructor for class org.eclipse.jpt.utility.model.event.CollectionChangeEvent
Construct a new collection change event.
CollectionChangeListener - Interface in org.eclipse.jpt.utility.model.listener
A "collection change" event gets fired whenever a model changes a "bound" collection.
collectionCleared(CollectionChangeEvent) - Method in class org.eclipse.jpt.utility.model.listener.CollectionChangeAdapter
 
collectionCleared(CollectionChangeEvent) - Method in interface org.eclipse.jpt.utility.model.listener.CollectionChangeListener
This method gets called when a bound collection is cleared.
CollectionValueModel<E> - Interface in org.eclipse.jpt.utility.model.value
Interface used to abstract collection accessing and change notification and make it more pluggable.
Column - 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.
COLUMN - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
Column - Interface in org.eclipse.jpt.db
Database column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
COLUMN__COLUMN_DEFINITION - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
COLUMN__INSERTABLE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
COLUMN__LENGTH - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
COLUMN__NAME - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
COLUMN__NULLABLE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
COLUMN__PRECISION - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
COLUMN__SCALE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
COLUMN__TABLE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
COLUMN__UNIQUE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
COLUMN__UPDATABLE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
COLUMN_DEFINITION_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.NamedColumn
 
COLUMN_DEFINITION_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.NamedColumnAnnotation
 
COLUMN_MAPPING - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The meta object id for the 'Column Mapping' class.
COLUMN_MAPPING - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Column Mapping' class.
COLUMN_MAPPING__COLUMN - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Column' containment reference.
COLUMN_MAPPING__COLUMN - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Column' containment reference feature.
COLUMN_MAPPING_FEATURE_COUNT - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The number of structural features of the 'Column Mapping' class.
COLUMN_NAMES_LIST - Static variable in interface org.eclipse.jpt.core.context.UniqueConstraint
 
COLUMN_NAMES_LIST - Static variable in interface org.eclipse.jpt.core.resource.java.UniqueConstraintAnnotation
 
COLUMN_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.AttributeOverrideAnnotation
 
COLUMN_RESULT - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
COLUMN_RESULT - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The meta object id for the 'Column Result' class.
COLUMN_RESULT - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Column Result' class.
COLUMN_RESULT__NAME - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
COLUMN_RESULT__NAME - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Name' attribute.
COLUMN_RESULT__NAME - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Name' attribute feature.
COLUMN_RESULT_FEATURE_COUNT - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The number of structural features of the 'Column Result' class.
ColumnAnnotation - 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.
columnChanged(ConnectionProfile, Column) - Method in class org.eclipse.jpt.db.ConnectionAdapter
 
columnChanged(ConnectionProfile, Column) - Method in interface org.eclipse.jpt.db.ConnectionListener
 
ColumnMapping - 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.
ColumnMapping - Interface in org.eclipse.jpt.core.resource.orm
A representation of the model object 'Column Mapping'.
columnNamed(String) - Method in interface org.eclipse.jpt.db.Table
Return the column in the table with the specified name, respecting the database's case-sensitivity.
columnNames() - Method in interface org.eclipse.jpt.core.context.UniqueConstraint
Return a list iterator of the column names.
columnNames() - Method in interface org.eclipse.jpt.core.resource.java.UniqueConstraintAnnotation
 
columnNames() - Method in interface org.eclipse.jpt.db.Table
Return the names of the table's columns.
columnNamesSize() - Method in interface org.eclipse.jpt.core.context.UniqueConstraint
Return the number of column names.
columnNamesSize() - Method in interface org.eclipse.jpt.core.resource.java.UniqueConstraintAnnotation
 
columnNamesTouches(int, CompilationUnit) - Method in interface org.eclipse.jpt.core.resource.java.UniqueConstraintAnnotation
Return whether the specified postition touches the columnNames element.
columnPair() - Method in interface org.eclipse.jpt.db.ForeignKey
Return the foreign key's single column pair.
columnPairs() - Method in interface org.eclipse.jpt.db.ForeignKey
Return the foreign key's column pairs.
columnPairsSize() - Method in interface org.eclipse.jpt.db.ForeignKey
Return the size of the foreign key's column pairs.
ColumnResult - Class in org.eclipse.jpt.core.resource.orm
A representation of the model object 'Column Result'.
columns() - Method in interface org.eclipse.jpt.db.Table
Return the table's columns.
columnsSize() - Method in interface org.eclipse.jpt.db.Table
Return the number of columns the table contains.
Command - Interface in org.eclipse.jpt.utility
Simple interface for implementing the GOF Command design pattern.
Command.Disabled - Class in org.eclipse.jpt.utility
 
Command.Null - Class in org.eclipse.jpt.utility
 
CommandExecutor - Interface in org.eclipse.jpt.utility
This interface allows clients to control how a command is executed (e.g.
CommandExecutor.Default - Class in org.eclipse.jpt.utility
Straightforward implementation of the command executor interface that simply executes the command without any sort of enhancement.
CommandExecutorProvider - Interface in org.eclipse.jpt.utility
Yet another level of indirection to allow clients to control how a command is executed by the server (e.g.
CommandExecutorProvider.Default - Class in org.eclipse.jpt.utility
Straightforward implementation of the command executor provider interface the returns the default command executor.
COMPILATION_UNIT_ID - Static variable in interface org.eclipse.jpt.core.context.java.JavaStructureNodes
 
connect() - Method in interface org.eclipse.jpt.db.ConnectionProfile
Connect to the database.
CONNECTION_PROFILE_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.JpaDataSource
ID string used when connectionProfileName property is changed
CONNECTION_PROFILE_PROPERTY - Static variable in interface org.eclipse.jpt.core.JpaDataSource
ID string used when connectionProfile property is changed
CONNECTION_PROFILE_TYPE - Static variable in interface org.eclipse.jpt.db.ConnectionProfile
 
ConnectionAdapter - Class in org.eclipse.jpt.db
An empty implementation of ConnectionListener.
ConnectionAdapter() - Constructor for class org.eclipse.jpt.db.ConnectionAdapter
 
ConnectionListener - Interface in org.eclipse.jpt.db
A ConnectionListener is notified of any changes to a connection.
ConnectionProfile - Interface in org.eclipse.jpt.db
Database connection profile Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ConnectionProfileAdapter - Class in org.eclipse.jpt.db
An empty implementation of ProfileListener.
ConnectionProfileAdapter() - Constructor for class org.eclipse.jpt.db.ConnectionProfileAdapter
 
connectionProfileChanged(ConnectionProfile) - Method in class org.eclipse.jpt.db.ConnectionProfileAdapter
 
connectionProfileChanged(ConnectionProfile) - Method in interface org.eclipse.jpt.db.ConnectionProfileListener
The specified profile has been modified.
connectionProfileIsActive() - Method in interface org.eclipse.jpt.core.context.java.JavaColumn
 
connectionProfileIsActive() - Method in interface org.eclipse.jpt.core.context.java.JavaJoinColumn
 
connectionProfileIsActive() - Method in interface org.eclipse.jpt.core.context.Table
Return true if this table is connected to a datasource
connectionProfileIsActive() - Method in interface org.eclipse.jpt.core.JpaDataSource
 
ConnectionProfileListener - Interface in org.eclipse.jpt.db
A ProfileListener is notified of any changes to the connection profiles.
connectionProfileNamed(String) - Method in interface org.eclipse.jpt.db.ConnectionProfileRepository
Return the connection profile with the specified name.
connectionProfileNames() - Method in interface org.eclipse.jpt.db.ConnectionProfileRepository
Return the repository's connection profile names.
connectionProfileReplaced(ConnectionProfile, ConnectionProfile) - Method in class org.eclipse.jpt.db.ConnectionProfileAdapter
 
connectionProfileReplaced(ConnectionProfile, ConnectionProfile) - Method in interface org.eclipse.jpt.db.ConnectionProfileListener
The specified old profile has been replaced with the specified new profile.
ConnectionProfileRepository - Interface in org.eclipse.jpt.db
Database connection profile repository Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
connectionProfiles() - Method in interface org.eclipse.jpt.db.ConnectionProfileRepository
Return the repository's connection profiles.
connectionProfilesSize() - Method in interface org.eclipse.jpt.db.ConnectionProfileRepository
Return the number of connection profiles in the repository.
ContainerAnnotation<T extends NestableAnnotation> - 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.
contains(int, CompilationUnit) - Method in interface org.eclipse.jpt.core.context.java.JavaPersistentAttribute
Return whether the attribute contains the given offset into the text file.
contains(int) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
contains(int) - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentAttribute
 
contains(int) - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentType
 
containsCatalogNamed(String) - Method in interface org.eclipse.jpt.db.Database
Return whether the database contains a catalog with the specified name, respecting the database's case-sensitivity.
containsColumnNamed(String) - Method in interface org.eclipse.jpt.db.Table
Return whether the table contains a column with the specified name, respecting the database's case-sensitivity.
containsConnectionProfileNamed(String) - Method in interface org.eclipse.jpt.db.ConnectionProfileRepository
Return whether the repository contains a connection profile with the specified name.
containsJpaProject(IProject) - Method in interface org.eclipse.jpt.core.JpaModel
Return whether the JPA model contains a JPA project corresponding to the specified Eclipse project.
containsOffset(int) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
containsOffset(int) - Method in interface org.eclipse.jpt.core.context.orm.OrmTypeMapping
 
containsOffset(int) - Method in interface org.eclipse.jpt.core.context.persistence.ClassRef
Return whether the text representation of this persistence unit contains the given text offset
containsOffset(int) - Method in interface org.eclipse.jpt.core.context.persistence.MappingFileRef
Return whether the text representation of this persistence unit contains the given text offset
containsOffset(int) - Method in interface org.eclipse.jpt.core.context.persistence.Persistence
Return whether the text representation of this persistence contains the given text offset
containsOffset(int) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return whether the text representation of this persistence unit contains the given text offset
containsOffset(int) - Method in class org.eclipse.jpt.core.resource.common.AbstractJpaEObject
 
containsOffset(int) - Method in interface org.eclipse.jpt.core.resource.common.JpaEObject
Return true if this object's text representation contains the text offset
containsPersistentType(String) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
containsPrimaryKeyJoinColumns() - Method in interface org.eclipse.jpt.core.context.OneToOneMapping
 
containsProperty(String) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
 
containsSchemaNamed(String) - Method in interface org.eclipse.jpt.db.SchemaContainer
Return whether the container contains a schema with the specified name, respecting the database's case-sensitivity.
containsSequenceNamed(String) - Method in interface org.eclipse.jpt.db.Schema
Return whether the schema contains a sequence with the specified name, respecting the database's case-sensitivity.
containsSpecifiedInverseJoinColumns() - Method in interface org.eclipse.jpt.core.context.JoinTable
 
containsSpecifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.AssociationOverride
 
containsSpecifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.JoinTable
 
containsSpecifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.SingleRelationshipMapping
 
containsTableNamed(String) - Method in interface org.eclipse.jpt.db.Schema
Return whether the schema contains a table with the specified name, respecting the database's case-sensitivity.
containsVirtualPersistentAttribute(OrmPersistentAttribute) - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentType
Return whether this persistent type contains the given virtual persistent attribute.
containsVirtualSecondaryTable(OrmSecondaryTable) - Method in interface org.eclipse.jpt.core.context.orm.OrmEntity
Return whether the entity contains the given secondary table in its list of virtual secondary tables
convert(T, AST) - Method in interface org.eclipse.jpt.core.utility.jdt.ExpressionConverter
Convert the specified object to an expression that is owned by the specified AST.
convert(Expression) - Method in interface org.eclipse.jpt.core.utility.jdt.ExpressionConverter
Convert the specified expression to an object of some pre-determined type.
convertAccessTypeToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
convertDiscriminatorTypeToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
convertDiscriminatorValueToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
convertEnumeratedToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
convertEnumTypeToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
convertFetchTypeToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
convertGenerationTypeToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
convertInheritanceTypeToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
convertOrderByToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
convertTemporalTypeToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
convertToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
convertToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
convertVersionTypeToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
convertXmlPersistenceUnitTransactionTypeObjectToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
convertXmlPersistenceUnitTransactionTypeToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
convertXmlVersionToString(EDataType, Object) - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
correspondingAnnotationNames() - Method in interface org.eclipse.jpt.core.context.java.JavaAttributeMapping
Return all fully qualfied annotation names that are supported with this mapping type.
correspondingAnnotationNames() - Method in interface org.eclipse.jpt.core.context.java.JavaTypeMapping
 
create(EClass) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
create(EClass) - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
createAccessTypeFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createAttributes() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createBasicMappingComposite(PropertyValueModel<BasicMapping>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit a BasicMapping.
createButton(Composite, String) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new regular button.
createCascadeTypeImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createCCombo(Composite) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new non-editable custom Combo.
createCheckBox(Composite, String) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new check box button.
createColumnResult() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createCombo(Composite) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new non-editable Combo.
createComposite(Composite) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new container.
createDefaultResource() - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceArtifactEdit
Create a persistence resource with base defaults
createDiscriminatorTypeFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createDiscriminatorValueFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createEditableCCombo(Composite) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new editable custom CCombo.
createEditableCombo(Composite) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new editable Combo.
createEmbeddableComposite(PropertyValueModel<Embeddable>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit an Embeddable.
createEmbeddedIdMappingComposite(PropertyValueModel<EmbeddedIdMapping>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit an EmbeddedIdMapping.
createEmbeddedMappingComposite(PropertyValueModel<EmbeddedMapping>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit an EmbeddedMapping.
createEntityListener() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createEntityListeners() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createEntityResult() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createEnumeratedFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createEnumTypeFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createEventMethod() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createFetchTypeFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createFieldResult() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
createGenerationTypeFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createGroup(Composite, String) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new titled pane (group box).
createHyperlink(Composite, String) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new label that is shown as a hyperlink.
createIdMappingComposite(PropertyValueModel<IdMapping>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit an IdMapping.
createInheritance() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createInheritanceTypeFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createJavaEntityComposite(PropertyValueModel<JavaEntity>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit an JavaEntity.
createLabel(Composite, String) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new label.
createList(Composite, int) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new list.
createLob() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createManyToManyMappingComposite(PropertyValueModel<ManyToManyMapping>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit a ManyToManyMapping.
createManyToOneMappingComposite(PropertyValueModel<ManyToOneMapping>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit a ManyToOneMapping.
createMapKeyImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createMappedSuperclassComposite(PropertyValueModel<MappedSuperclass>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit a MappedSuperclass.
createMultiLineLabel(Composite, String) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new label that can be wrapped on multiple lines.
createMultiLineText(Composite) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new editable text area.
createOneToManyMappingComposite(PropertyValueModel<OneToManyMapping>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit a OneToManyMapping.
createOneToOneMappingComposite(PropertyValueModel<OneToOneMapping>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit a OneToOneMapping.
createOrderByFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createOrmEntityComposite(PropertyValueModel<OrmEntity>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit a OrmEntity.
createPackageContents() - Method in class org.eclipse.jpt.core.resource.orm.OrmPackage
Creates the meta-model objects for the package.
createPackageContents() - Method in class org.eclipse.jpt.core.resource.persistence.PersistencePackage
Creates the meta-model objects for the package.
createPasswordText(Composite) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new editable text field that handles password.
createPersistenceUnitComposites(PropertyValueModel<PersistenceUnit>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates the list of JpaComposites used to edit a PersistenceUnit.
createPostLoad() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createPostPersist() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createPostRemove() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createPostUpdate() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createPrePersist() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createPreRemove() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createPreUpdate() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createPushButton(Composite, String) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new push button (toggle between selected and unselected).
createRadioButton(Composite, String) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new radio button.
createSection(Composite, int) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new section, which is a collapsable pane with a title bar.
createSpinner(Composite) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new spinner.
createSqlResultSetMapping() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createTable(Composite, int) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new table.
createTemporalTypeFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createText(Composite) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new editable text field.
createTransientMappingComposite(PropertyValueModel<TransientMapping>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit a TransientMapping.
createTriStateCheckBox(Composite, String) - Method in interface org.eclipse.jpt.ui.WidgetFactory
Creates a new tri-state check box.
createVersionMappingComposite(PropertyValueModel<VersionMapping>, Composite, WidgetFactory) - Method in interface org.eclipse.jpt.ui.JpaUiFactory
Creates a new JpaComposite used to edit a VersionMapping.
createVersionTypeFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlAssociationOverrideImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlAttributeOverrideImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlBasicImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlColumnImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlDiscriminatorColumn() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlEmbeddable() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlEmbeddedIdImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlEmbeddedImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlEntity() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlEntityMappings() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlGeneratedValueImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlIdClass() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlIdImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlJavaClassRef() - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
createXmlJoinColumnImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlJoinTableImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlManyToManyImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlManyToOneImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlMappedSuperclass() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlMappingFileRef() - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
createXmlNamedNativeQuery() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlNamedQuery() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlOneToManyImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlOneToOneImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlPersistence() - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
createXmlPersistenceUnit() - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
createXmlPersistenceUnitDefaults() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlPersistenceUnitMetadata() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlPersistenceUnitTransactionTypeFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
createXmlPersistenceUnitTransactionTypeObjectFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
createXmlPrimaryKeyJoinColumnImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlProperties() - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
createXmlProperty() - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
createXmlQueryHint() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlSecondaryTableImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlSequenceGeneratorImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlTable() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlTableGeneratorImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlTransientImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlUniqueConstraintImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
createXmlVersionFromString(EDataType, String) - Method in class org.eclipse.jpt.core.resource.persistence.PersistenceFactory
 
createXmlVersionImpl() - Method in class org.eclipse.jpt.core.resource.orm.OrmFactory
 
CUSTOM_ORDERING_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.MultiRelationshipMapping
 

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