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

S

saveWorkOfflineData() - Method in interface org.eclipse.jpt.db.ConnectionProfile
Save the state of the connection profile for working in an offline mode.
SCALE_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.ColumnAnnotation
 
Schema - Interface in org.eclipse.jpt.db
Database schema Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SCHEMA_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.TableAnnotation
 
SCHEMA_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.TableGeneratorAnnotation
 
schemaChanged(ConnectionProfile, Schema) - Method in class org.eclipse.jpt.db.ConnectionAdapter
 
schemaChanged(ConnectionProfile, Schema) - Method in interface org.eclipse.jpt.db.ConnectionListener
 
SchemaContainer - Interface in org.eclipse.jpt.db
Schema "container" (i.e.
schemaNamed(String) - Method in interface org.eclipse.jpt.db.SchemaContainer
Return the schema in the container with the specified name, respecting the database's case-sensitivity.
schemaNames() - Method in interface org.eclipse.jpt.db.SchemaContainer
Return the names of the container's schemata.
schemata() - Method in interface org.eclipse.jpt.db.SchemaContainer
Return the container's schemata.
schemataSize() - Method in interface org.eclipse.jpt.db.SchemaContainer
Return the number of schemata in the container.
schemaTouches(int, CompilationUnit) - Method in interface org.eclipse.jpt.core.resource.java.TableAnnotation
Return whether the specified postition touches the schema element.
SECONDARY_TABLE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SECONDARY_TABLE__CATALOG - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SECONDARY_TABLE__NAME - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SECONDARY_TABLE__PK_JOIN_COLUMNS - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SECONDARY_TABLE__SCHEMA - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SECONDARY_TABLE__UNIQUE_CONSTRAINTS - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SECONDARY_TABLES - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SECONDARY_TABLES__VALUE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SECONDARY_TABLES_LIST - Static variable in interface org.eclipse.jpt.core.resource.java.SecondaryTablesAnnotation
 
SecondaryTable - 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.
SecondaryTableAnnotation - 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.
secondaryTables() - Method in interface org.eclipse.jpt.core.context.Entity
Return a list iterator of the secondary tables whether specified or default.
secondaryTables() - Method in interface org.eclipse.jpt.core.context.java.JavaEntity
 
secondaryTables() - Method in interface org.eclipse.jpt.core.context.orm.OrmEntity
 
SecondaryTablesAnnotation - 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.
secondaryTablesDefinedInXml() - Method in interface org.eclipse.jpt.core.context.orm.OrmEntity
Return true if there are no virtual secondary tables on the orm entity.
secondaryTablesSize() - Method in interface org.eclipse.jpt.core.context.Entity
Return the number of secondary tables, both specified and default.
Sequence - Interface in org.eclipse.jpt.db
Database sequence Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SEQUENCE_GENERATOR - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SEQUENCE_GENERATOR__ALLOCATION_SIZE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SEQUENCE_GENERATOR__INITIAL_VALUE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SEQUENCE_GENERATOR__NAME - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SEQUENCE_GENERATOR__SEQUENCE_NAME - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SEQUENCE_GENERATOR_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.GeneratorHolder
 
SEQUENCE_GENERATORS_LIST - Static variable in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
SEQUENCE_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.SequenceGeneratorAnnotation
 
SEQUENCE_VALUE - Static variable in enum org.eclipse.jpt.core.resource.orm.GenerationType
The 'SEQUENCE' literal value.
sequenceChanged(ConnectionProfile, Sequence) - Method in class org.eclipse.jpt.db.ConnectionAdapter
 
sequenceChanged(ConnectionProfile, Sequence) - Method in interface org.eclipse.jpt.db.ConnectionListener
 
SequenceGenerator - 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.
SequenceGeneratorAnnotation - Interface in org.eclipse.jpt.core.resource.java
Corresponds to the javax.persistence.SequenceGenerator annotation Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
sequenceGenerators() - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
sequenceGeneratorsSize() - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
sequenceNamed(String) - Method in interface org.eclipse.jpt.db.Schema
Return the sequence in the schema with the specified name, respecting the database's case-sensitivity.
sequenceNames() - Method in interface org.eclipse.jpt.db.Schema
Return the names of the schema's sequences.
sequences() - Method in interface org.eclipse.jpt.db.Schema
Return the schema's sequences.
sequencesSize() - Method in interface org.eclipse.jpt.db.Schema
Return the number of sequences the schema contains.
setAccess(AccessType) - Method in interface org.eclipse.jpt.core.context.orm.PersistenceUnitDefaults
 
setAccess(AccessType) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlTypeMapping
Sets the value of the 'Access' attribute.
setAccess(AccessType) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntityMappings
Sets the value of the 'Access' attribute.
setAccess(AccessType) - Method in class org.eclipse.jpt.core.resource.orm.XmlPersistenceUnitDefaults
Sets the value of the 'Access' attribute.
setAll(boolean) - Method in interface org.eclipse.jpt.core.context.Cascade
 
setAllocationSize(Integer) - Method in interface org.eclipse.jpt.core.resource.java.GeneratorAnnotation
Corresponds to the allocationSize element of the TableGenerator or SequenceGenerator annotation.
setAllocationSize(Integer) - Method in interface org.eclipse.jpt.core.resource.orm.XmlGenerator
Sets the value of the 'Allocation Size' attribute.
setAllocationSize(Integer) - Method in class org.eclipse.jpt.core.resource.orm.XmlSequenceGeneratorImpl
Sets the value of the 'Allocation Size' attribute.
setAllocationSize(Integer) - Method in class org.eclipse.jpt.core.resource.orm.XmlTableGeneratorImpl
Sets the value of the 'Allocation Size' attribute.
setAttributes(Attributes) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlTypeMapping
Sets the value of the 'Attributes' containment reference.
setCascade(CascadeType) - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToManyImpl
Sets the value of the 'Cascade' containment reference.
setCascade(CascadeType) - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToOneImpl
Sets the value of the 'Cascade' containment reference.
setCascade(CascadeType) - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToManyImpl
Sets the value of the 'Cascade' containment reference.
setCascade(CascadeType) - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToOneImpl
Sets the value of the 'Cascade' containment reference.
setCascade(CascadeType) - Method in interface org.eclipse.jpt.core.resource.orm.XmlRelationshipMapping
Sets the value of the 'Cascade' containment reference.
setCascadeAll(boolean) - Method in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
 
setCascadeAll(boolean) - Method in interface org.eclipse.jpt.core.resource.orm.CascadeType
Sets the value of the 'Cascade All' attribute.
setCascadeAll(boolean) - Method in class org.eclipse.jpt.core.resource.orm.CascadeTypeImpl
Sets the value of the 'Cascade All' attribute.
setCascadeMerge(boolean) - Method in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
 
setCascadeMerge(boolean) - Method in interface org.eclipse.jpt.core.resource.orm.CascadeType
Sets the value of the 'Cascade Merge' attribute.
setCascadeMerge(boolean) - Method in class org.eclipse.jpt.core.resource.orm.CascadeTypeImpl
Sets the value of the 'Cascade Merge' attribute.
setCascadePersist(boolean) - Method in interface org.eclipse.jpt.core.context.orm.PersistenceUnitDefaults
 
setCascadePersist(boolean) - Method in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
 
setCascadePersist(boolean) - Method in interface org.eclipse.jpt.core.resource.orm.CascadeType
Sets the value of the 'Cascade Persist' attribute.
setCascadePersist(boolean) - Method in class org.eclipse.jpt.core.resource.orm.CascadeTypeImpl
Sets the value of the 'Cascade Persist' attribute.
setCascadePersist(boolean) - Method in class org.eclipse.jpt.core.resource.orm.XmlPersistenceUnitDefaults
Sets the value of the 'Cascade Persist' attribute.
setCascadeRefresh(boolean) - Method in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
 
setCascadeRefresh(boolean) - Method in interface org.eclipse.jpt.core.resource.orm.CascadeType
Sets the value of the 'Cascade Refresh' attribute.
setCascadeRefresh(boolean) - Method in class org.eclipse.jpt.core.resource.orm.CascadeTypeImpl
Sets the value of the 'Cascade Refresh' attribute.
setCascadeRemove(boolean) - Method in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
 
setCascadeRemove(boolean) - Method in interface org.eclipse.jpt.core.resource.orm.CascadeType
Sets the value of the 'Cascade Remove' attribute.
setCascadeRemove(boolean) - Method in class org.eclipse.jpt.core.resource.orm.CascadeTypeImpl
Sets the value of the 'Cascade Remove' attribute.
setCatalog(String) - Method in interface org.eclipse.jpt.core.resource.java.TableAnnotation
 
setCatalog(String) - Method in interface org.eclipse.jpt.core.resource.java.TableGeneratorAnnotation
Corresponds to the catalog element of the TableGenerator annotation.
setCatalog(String) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlBaseTable
Sets the value of the 'Catalog' attribute.
setCatalog(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlBaseTable
Sets the value of the 'Catalog' attribute.
setCatalog(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntityMappings
Sets the value of the 'Catalog' attribute.
setCatalog(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlPersistenceUnitDefaults
Sets the value of the 'Catalog' attribute.
setCatalog(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlTableGenerator
Sets the value of the 'Catalog' attribute.
setCatalog(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlTableGeneratorImpl
Sets the value of the 'Catalog' attribute.
setClass(String) - Method in interface org.eclipse.jpt.core.context.orm.OrmTypeMapping
 
setClassName(String) - Method in interface org.eclipse.jpt.core.context.persistence.ClassRef
Set the class name of the class ref.
setClassName(String) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlTypeMapping
Sets the value of the 'Class Name' attribute.
setClassName(String) - Method in class org.eclipse.jpt.core.resource.orm.EntityListener
Sets the value of the 'Class Name' attribute.
setClassName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlIdClass
Sets the value of the 'Class Name' attribute.
setColumn(XmlColumn) - Method in interface org.eclipse.jpt.core.resource.orm.ColumnMapping
Sets the value of the 'Column' containment reference.
setColumn(String) - Method in class org.eclipse.jpt.core.resource.orm.FieldResult
Sets the value of the 'Column' attribute.
setColumn(XmlColumn) - Method in interface org.eclipse.jpt.core.resource.orm.XmlAttributeOverride
Sets the value of the 'Column' containment reference.
setColumn(XmlColumn) - Method in class org.eclipse.jpt.core.resource.orm.XmlAttributeOverrideImpl
Sets the value of the 'Column' containment reference.
setColumn(XmlColumn) - Method in class org.eclipse.jpt.core.resource.orm.XmlBasicImpl
Sets the value of the 'Column' containment reference.
setColumn(XmlColumn) - Method in class org.eclipse.jpt.core.resource.orm.XmlIdImpl
Sets the value of the 'Column' containment reference.
setColumn(XmlColumn) - Method in class org.eclipse.jpt.core.resource.orm.XmlVersionImpl
Sets the value of the 'Column' containment reference.
setColumnDefinition(String) - Method in interface org.eclipse.jpt.core.context.NamedColumn
 
setColumnDefinition(String) - Method in interface org.eclipse.jpt.core.resource.java.NamedColumnAnnotation
Corresponds to the columnDefinition element of the *Column annotation.
setColumnDefinition(String) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlNamedColumn
Sets the value of the 'Column Definition' attribute.
setColumnDefinition(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlNamedColumn
Sets the value of the 'Column Definition' attribute.
setConnectionProfileName(String) - Method in interface org.eclipse.jpt.core.JpaDataSource
Set the data source's connection profile name.
setConnectionProfileName(IProject, String) - Static method in class org.eclipse.jpt.core.JptCorePlugin
Set the name of the connection profile associated with the specified Eclipse project.
setCustomOrdering(boolean) - Method in interface org.eclipse.jpt.core.context.MultiRelationshipMapping
 
setDefaultJpaPlatformId(String) - Static method in class org.eclipse.jpt.core.JptCorePlugin
Set the default JPA platform ID for creating new JPA projects
setDescription(String) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
setDescription(String) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Set the description of the persistence unit.
setDescription(String) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlTypeMapping
Sets the value of the 'Description' attribute.
setDescription(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntityMappings
Sets the value of the 'Description' attribute.
setDescription(String) - Method in class org.eclipse.jpt.core.resource.persistence.XmlPersistenceUnit
Sets the value of the 'Description' attribute.
setDiscoverAnnotatedClasses(IProject, boolean) - Static method in class org.eclipse.jpt.core.JptCorePlugin
Set the JPA "discover" flag associated with the specified Eclipse project.
setDiscoversAnnotatedClasses(boolean) - Method in interface org.eclipse.jpt.core.JpaProject
Set whether the JPA project will "discover" annotated classes automatically, as opposed to requiring the classes to be listed in persistence.xml.
setDiscriminatorColumn(String) - Method in class org.eclipse.jpt.core.resource.orm.EntityResult
Sets the value of the 'Discriminator Column' attribute.
setDiscriminatorColumn(XmlDiscriminatorColumn) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Discriminator Column' containment reference.
setDiscriminatorType(DiscriminatorType) - Method in interface org.eclipse.jpt.core.resource.java.DiscriminatorColumnAnnotation
Corresponds to the discriminatorType element of the javax.persistence.OrderBy annotation.
setDiscriminatorType(DiscriminatorType) - Method in class org.eclipse.jpt.core.resource.orm.XmlDiscriminatorColumn
Sets the value of the 'Discriminator Type' attribute.
setDiscriminatorValue(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Discriminator Value' attribute.
setEntityClass(String) - Method in class org.eclipse.jpt.core.resource.orm.EntityResult
Sets the value of the 'Entity Class' attribute.
setEntityListeners(EntityListeners) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Entity Listeners' containment reference.
setEntityListeners(EntityListeners) - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
Sets the value of the 'Entity Listeners' containment reference.
setEntityListeners(EntityListeners) - Method in class org.eclipse.jpt.core.resource.orm.XmlPersistenceUnitDefaults
Sets the value of the 'Entity Listeners' containment reference.
setEnumerated(EnumType) - Method in interface org.eclipse.jpt.core.resource.orm.XmlBasic
Sets the value of the 'Enumerated' attribute.
setEnumerated(EnumType) - Method in class org.eclipse.jpt.core.resource.orm.XmlBasicImpl
Sets the value of the 'Enumerated' attribute.
setExcludeDefaultListeners(boolean) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Exclude Default Listeners' attribute.
setExcludeDefaultListeners(boolean) - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
Sets the value of the 'Exclude Default Listeners' attribute.
setExcludeSuperclassListeners(boolean) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Exclude Superclass Listeners' attribute.
setExcludeSuperclassListeners(boolean) - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
Sets the value of the 'Exclude Superclass Listeners' attribute.
setExcludeUnlistedClasses(Boolean) - Method in class org.eclipse.jpt.core.resource.persistence.XmlPersistenceUnit
Sets the value of the 'Exclude Unlisted Classes' attribute.
setFetch(FetchType) - Method in interface org.eclipse.jpt.core.resource.java.BasicAnnotation
Corresponds to the fetch element of the Basic annotation.
setFetch(FetchType) - Method in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
Corresponds to the fetch element of the relationship annotations (ManyToMany, OneToMany, ManyToOne, OneToOne).
setFetch(FetchType) - Method in interface org.eclipse.jpt.core.resource.orm.XmlBasic
Sets the value of the 'Fetch' attribute.
setFetch(FetchType) - Method in class org.eclipse.jpt.core.resource.orm.XmlBasicImpl
Sets the value of the 'Fetch' attribute.
setFetch(FetchType) - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToManyImpl
Sets the value of the 'Fetch' attribute.
setFetch(FetchType) - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToOneImpl
Sets the value of the 'Fetch' attribute.
setFetch(FetchType) - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToManyImpl
Sets the value of the 'Fetch' attribute.
setFetch(FetchType) - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToOneImpl
Sets the value of the 'Fetch' attribute.
setFetch(FetchType) - Method in interface org.eclipse.jpt.core.resource.orm.XmlRelationshipMapping
Sets the value of the 'Fetch' attribute.
setFileName(String) - Method in interface org.eclipse.jpt.core.context.persistence.MappingFileRef
Set the file name of the mapping file ref.
setFileName(String) - Method in class org.eclipse.jpt.core.resource.persistence.XmlMappingFileRef
Sets the value of the 'File Name' attribute.
setGeneratedValue(XmlGeneratedValue) - Method in interface org.eclipse.jpt.core.resource.orm.XmlId
Sets the value of the 'Generated Value' containment reference.
setGeneratedValue(XmlGeneratedValue) - Method in class org.eclipse.jpt.core.resource.orm.XmlIdImpl
Sets the value of the 'Generated Value' containment reference.
setGenerator(String) - Method in interface org.eclipse.jpt.core.resource.java.GeneratedValueAnnotation
Corresponds to the generator element of the GeneratedValue annotation.
setGenerator(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlGeneratedValue
Sets the value of the 'Generator' attribute.
setGenerator(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlGeneratedValueImpl
Sets the value of the 'Generator' attribute.
setId(String) - Method in interface org.eclipse.jpt.core.JpaPlatform
Set the ID for this platform.
setIdClass(String) - Method in interface org.eclipse.jpt.core.context.IdClass
 
setIdClass(XmlIdClass) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Id Class' containment reference.
setIdClass(XmlIdClass) - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
Sets the value of the 'Id Class' containment reference.
setInheritance(Inheritance) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Inheritance' containment reference.
setInitialValue(Integer) - Method in interface org.eclipse.jpt.core.resource.java.GeneratorAnnotation
Corresponds to the initialValue element of the TableGenerator or SequenceGenerator annotation.
setInitialValue(Integer) - Method in interface org.eclipse.jpt.core.resource.orm.XmlGenerator
Sets the value of the 'Initial Value' attribute.
setInitialValue(Integer) - Method in class org.eclipse.jpt.core.resource.orm.XmlSequenceGeneratorImpl
Sets the value of the 'Initial Value' attribute.
setInitialValue(Integer) - Method in class org.eclipse.jpt.core.resource.orm.XmlTableGeneratorImpl
Sets the value of the 'Initial Value' attribute.
setInsertable(Boolean) - Method in interface org.eclipse.jpt.core.resource.java.BaseColumnAnnotation
Corresponds to the insertable element of the *Column annotation.
setInsertable(Boolean) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlAbstractColumn
Sets the value of the 'Insertable' attribute.
setInsertable(Boolean) - Method in interface org.eclipse.jpt.core.resource.orm.XmlAbstractColumn
Sets the value of the 'Insertable' attribute.
setJavaClass(String) - Method in class org.eclipse.jpt.core.resource.persistence.XmlJavaClassRef
Sets the value of the 'Java Class' attribute.
setJoinTable(XmlJoinTable) - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToManyImpl
Sets the value of the 'Join Table' containment reference.
setJoinTable(XmlJoinTable) - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToOneImpl
Sets the value of the 'Join Table' containment reference.
setJoinTable(XmlJoinTable) - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToManyImpl
Sets the value of the 'Join Table' containment reference.
setJoinTable(XmlJoinTable) - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToOneImpl
Sets the value of the 'Join Table' containment reference.
setJoinTable(XmlJoinTable) - Method in interface org.eclipse.jpt.core.resource.orm.XmlRelationshipMapping
Sets the value of the 'Join Table' containment reference.
setJpaPlatformId(IProject, String) - Static method in class org.eclipse.jpt.core.JptCorePlugin
Set the JPA platform ID associated with the specified Eclipse project.
setJtaDataSource(String) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Set the JTA data source of the persistence unit.
setJtaDataSource(String) - Method in class org.eclipse.jpt.core.resource.persistence.XmlPersistenceUnit
Sets the value of the 'Jta Data Source' attribute.
setLength(Integer) - Method in interface org.eclipse.jpt.core.resource.java.ColumnAnnotation
Corresponds to the length element of the javax.persistence.Column annotation.
setLength(Integer) - Method in interface org.eclipse.jpt.core.resource.java.DiscriminatorColumnAnnotation
Corresponds to the length element of the javax.persistence.OrderBy annotation.
setLength(Integer) - Method in interface org.eclipse.jpt.core.resource.orm.XmlColumn
Sets the value of the 'Length' attribute.
setLength(Integer) - Method in class org.eclipse.jpt.core.resource.orm.XmlColumnImpl
Sets the value of the 'Length' attribute.
setLength(Integer) - Method in class org.eclipse.jpt.core.resource.orm.XmlDiscriminatorColumn
Sets the value of the 'Length' attribute.
setLob(boolean) - Method in interface org.eclipse.jpt.core.context.BasicMapping
 
setLob(boolean) - Method in interface org.eclipse.jpt.core.resource.orm.XmlBasic
Sets the value of the 'Lob' attribute.
setLob(boolean) - Method in class org.eclipse.jpt.core.resource.orm.XmlBasicImpl
Sets the value of the 'Lob' attribute.
setMapKey(String) - Method in interface org.eclipse.jpt.core.context.MultiRelationshipMapping
 
setMapKey(MapKey) - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToManyImpl
Sets the value of the 'Map Key' containment reference.
setMapKey(MapKey) - Method in interface org.eclipse.jpt.core.resource.orm.XmlMultiRelationshipMapping
Sets the value of the 'Map Key' containment reference.
setMapKey(MapKey) - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToManyImpl
Sets the value of the 'Map Key' containment reference.
setMappedBy(String) - Method in interface org.eclipse.jpt.core.context.NonOwningMapping
 
setMappedBy(String) - Method in interface org.eclipse.jpt.core.resource.java.ManyToManyAnnotation
Corresponds to the mappedBy element of the ManyToMany annotation.
setMappedBy(String) - Method in interface org.eclipse.jpt.core.resource.java.OneToManyAnnotation
Corresponds to the mappedBy element of the OneToMany annotation.
setMappedBy(String) - Method in interface org.eclipse.jpt.core.resource.java.OneToOneAnnotation
Corresponds to the mappedBy element of the OneToOne annotation.
setMappedBy(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToManyImpl
Sets the value of the 'Mapped By' attribute.
setMappedBy(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlMultiRelationshipMapping
Sets the value of the 'Mapped By' attribute.
setMappedBy(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToManyImpl
Sets the value of the 'Mapped By' attribute.
setMappedBy(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlOneToOne
Sets the value of the 'Mapped By' attribute.
setMappedBy(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToOneImpl
Sets the value of the 'Mapped By' attribute.
setMappingAnnotation(String) - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentMember
Use this to change the type mapping annotation.
setMappingKey(String) - Method in interface org.eclipse.jpt.core.context.PersistentType
 
setMerge(boolean) - Method in interface org.eclipse.jpt.core.context.Cascade
 
setMetadataComplete(Boolean) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlTypeMapping
Sets the value of the 'Metadata Complete' attribute.
setMethodName(String) - Method in class org.eclipse.jpt.core.resource.orm.EventMethod
Sets the value of the 'Method Name' attribute.
setName(String) - Method in interface org.eclipse.jpt.core.context.BaseOverride
 
setName(String) - Method in interface org.eclipse.jpt.core.context.Generator
 
setName(String) - Method in interface org.eclipse.jpt.core.context.orm.OrmAttributeMapping
 
setName(String) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Set the name of the persistence unit.
setName(String) - Method in interface org.eclipse.jpt.core.context.persistence.Property
 
setName(String) - Method in interface org.eclipse.jpt.core.context.Query
 
setName(String) - Method in interface org.eclipse.jpt.core.context.QueryHint
 
setName(String) - Method in interface org.eclipse.jpt.core.resource.java.EntityAnnotation
Corresponds to the name element of the Entity annotation.
setName(String) - Method in interface org.eclipse.jpt.core.resource.java.GeneratorAnnotation
Corresponds to the name element of the TableGenerator or SequenceGenerator annotation.
setName(String) - Method in interface org.eclipse.jpt.core.resource.java.MapKeyAnnotation
 
setName(String) - Method in interface org.eclipse.jpt.core.resource.java.NamedColumnAnnotation
Corresponds to the name element of the *Column annotation.
setName(String) - Method in interface org.eclipse.jpt.core.resource.java.OverrideAnnotation
Corresponds to the name element of the AttributeOverride annotation.
setName(String) - Method in interface org.eclipse.jpt.core.resource.java.QueryAnnotation
 
setName(String) - Method in interface org.eclipse.jpt.core.resource.java.QueryHintAnnotation
Corresponds to the name element of the QueryHint annotation.
setName(String) - Method in interface org.eclipse.jpt.core.resource.java.TableAnnotation
 
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlAttributeMapping
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlBaseTable
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlNamedColumn
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.ColumnResult
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.FieldResult
Sets the value of the 'Name' attribute.
setName(String) - Method in interface org.eclipse.jpt.core.resource.orm.MapKey
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.MapKeyImpl
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.SqlResultSetMapping
Sets the value of the 'Name' attribute.
setName(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlAssociationOverride
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlAssociationOverrideImpl
Sets the value of the 'Name' attribute.
setName(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlAttributeMapping
Sets the value of the 'Name' attribute.
setName(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlAttributeOverride
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlAttributeOverrideImpl
Sets the value of the 'Name' attribute.
setName(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlBaseTable
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Name' attribute.
setName(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlGenerator
Sets the value of the 'Name' attribute.
setName(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlNamedColumn
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlNamedNativeQuery
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlNamedQuery
Sets the value of the 'Name' attribute.
setName(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlQuery
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlQueryHint
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlSequenceGeneratorImpl
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlTableGeneratorImpl
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.persistence.XmlPersistenceUnit
Sets the value of the 'Name' attribute.
setName(String) - Method in class org.eclipse.jpt.core.resource.persistence.XmlProperty
Sets the value of the 'Name' attribute.
setNonJtaDataSource(String) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Set the non-JTA data source of the persistence unit.
setNonJtaDataSource(String) - Method in class org.eclipse.jpt.core.resource.persistence.XmlPersistenceUnit
Sets the value of the 'Non Jta Data Source' attribute.
setNoOrdering(boolean) - Method in interface org.eclipse.jpt.core.context.MultiRelationshipMapping
 
setNullable(Boolean) - Method in interface org.eclipse.jpt.core.resource.java.BaseColumnAnnotation
Corresponds to the nullable element of the *Column annotation.
setNullable(Boolean) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlAbstractColumn
Sets the value of the 'Nullable' attribute.
setNullable(Boolean) - Method in interface org.eclipse.jpt.core.resource.orm.XmlAbstractColumn
Sets the value of the 'Nullable' attribute.
setOptional(Boolean) - Method in interface org.eclipse.jpt.core.resource.java.BasicAnnotation
Corresponds to the optional element of the Basic annotation.
setOptional(Boolean) - Method in interface org.eclipse.jpt.core.resource.java.ManyToOneAnnotation
Corresponds to the optional element of the ManyToOne annotation.
setOptional(Boolean) - Method in interface org.eclipse.jpt.core.resource.java.OneToOneAnnotation
Corresponds to the optional element of the OneToOne annotation.
setOptional(Boolean) - Method in interface org.eclipse.jpt.core.resource.orm.XmlBasic
Sets the value of the 'Optional' attribute.
setOptional(Boolean) - Method in class org.eclipse.jpt.core.resource.orm.XmlBasicImpl
Sets the value of the 'Optional' attribute.
setOptional(Boolean) - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToOneImpl
Sets the value of the 'Optional' attribute.
setOptional(Boolean) - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToOneImpl
Sets the value of the 'Optional' attribute.
setOptional(Boolean) - Method in interface org.eclipse.jpt.core.resource.orm.XmlSingleRelationshipMapping
Sets the value of the 'Optional' attribute.
setOrderBy(String) - Method in interface org.eclipse.jpt.core.context.MultiRelationshipMapping
 
setOrderBy(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToManyImpl
Sets the value of the 'Order By' attribute.
setOrderBy(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlMultiRelationshipMapping
Sets the value of the 'Order By' attribute.
setOrderBy(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToManyImpl
Sets the value of the 'Order By' attribute.
setPackage(String) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
setPackage(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntityMappings
Sets the value of the 'Package' attribute.
setPersist(boolean) - Method in interface org.eclipse.jpt.core.context.Cascade
 
setPersistenceUnitDefaults(XmlPersistenceUnitDefaults) - Method in class org.eclipse.jpt.core.resource.orm.XmlPersistenceUnitMetadata
Sets the value of the 'Persistence Unit Defaults' containment reference.
setPersistenceUnitMetadata(XmlPersistenceUnitMetadata) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntityMappings
Sets the value of the 'Persistence Unit Metadata' containment reference.
setPkColumnName(String) - Method in interface org.eclipse.jpt.core.resource.java.TableGeneratorAnnotation
Corresponds to the pkColumnName element of the TableGenerator annotation.
setPkColumnName(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlTableGenerator
Sets the value of the 'Pk Column Name' attribute.
setPkColumnName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlTableGeneratorImpl
Sets the value of the 'Pk Column Name' attribute.
setPkColumnValue(String) - Method in interface org.eclipse.jpt.core.resource.java.TableGeneratorAnnotation
Corresponds to the pkColumnValue element of the TableGenerator annotation.
setPkColumnValue(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlTableGenerator
Sets the value of the 'Pk Column Value' attribute.
setPkColumnValue(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlTableGeneratorImpl
Sets the value of the 'Pk Column Value' attribute.
setPkOrdering(boolean) - Method in interface org.eclipse.jpt.core.context.MultiRelationshipMapping
 
setPostLoad(PostLoad) - Method in class org.eclipse.jpt.core.resource.orm.EntityListener
Sets the value of the 'Post Load' containment reference.
setPostLoad(PostLoad) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Post Load' containment reference.
setPostLoad(PostLoad) - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
Sets the value of the 'Post Load' containment reference.
setPostPersist(PostPersist) - Method in class org.eclipse.jpt.core.resource.orm.EntityListener
Sets the value of the 'Post Persist' containment reference.
setPostPersist(PostPersist) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Post Persist' containment reference.
setPostPersist(PostPersist) - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
Sets the value of the 'Post Persist' containment reference.
setPostRemove(PostRemove) - Method in class org.eclipse.jpt.core.resource.orm.EntityListener
Sets the value of the 'Post Remove' containment reference.
setPostRemove(PostRemove) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Post Remove' containment reference.
setPostRemove(PostRemove) - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
Sets the value of the 'Post Remove' containment reference.
setPostUpdate(PostUpdate) - Method in class org.eclipse.jpt.core.resource.orm.EntityListener
Sets the value of the 'Post Update' containment reference.
setPostUpdate(PostUpdate) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Post Update' containment reference.
setPostUpdate(PostUpdate) - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
Sets the value of the 'Post Update' containment reference.
setPrecision(Integer) - Method in interface org.eclipse.jpt.core.resource.java.ColumnAnnotation
Corresponds to the precision element of the javax.persistence.Column annotation.
setPrecision(Integer) - Method in interface org.eclipse.jpt.core.resource.orm.XmlColumn
Sets the value of the 'Precision' attribute.
setPrecision(Integer) - Method in class org.eclipse.jpt.core.resource.orm.XmlColumnImpl
Sets the value of the 'Precision' attribute.
setPrePersist(PrePersist) - Method in class org.eclipse.jpt.core.resource.orm.EntityListener
Sets the value of the 'Pre Persist' containment reference.
setPrePersist(PrePersist) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Pre Persist' containment reference.
setPrePersist(PrePersist) - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
Sets the value of the 'Pre Persist' containment reference.
setPreRemove(PreRemove) - Method in class org.eclipse.jpt.core.resource.orm.EntityListener
Sets the value of the 'Pre Remove' containment reference.
setPreRemove(PreRemove) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Pre Remove' containment reference.
setPreRemove(PreRemove) - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
Sets the value of the 'Pre Remove' containment reference.
setPreUpdate(PreUpdate) - Method in class org.eclipse.jpt.core.resource.orm.EntityListener
Sets the value of the 'Pre Update' containment reference.
setPreUpdate(PreUpdate) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Pre Update' containment reference.
setPreUpdate(PreUpdate) - Method in class org.eclipse.jpt.core.resource.orm.XmlMappedSuperclass
Sets the value of the 'Pre Update' containment reference.
setProperties(XmlProperties) - Method in class org.eclipse.jpt.core.resource.persistence.XmlPersistenceUnit
Sets the value of the 'Properties' containment reference.
setProvider(String) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Set the provider of the persistence unit.
setProvider(String) - Method in class org.eclipse.jpt.core.resource.persistence.XmlPersistenceUnit
Sets the value of the 'Provider' attribute.
setQuery(String) - Method in interface org.eclipse.jpt.core.context.Query
 
setQuery(String) - Method in interface org.eclipse.jpt.core.resource.java.QueryAnnotation
 
setQuery(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlNamedNativeQuery
Sets the value of the 'Query' attribute.
setQuery(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlNamedQuery
Sets the value of the 'Query' attribute.
setQuery(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlQuery
Sets the value of the 'Query' attribute.
setReferencedColumnName(String) - Method in interface org.eclipse.jpt.core.resource.java.JoinColumnAnnotation
Corresponds to the referencedColumnName element of the javax.persistence.JoinColumn annotation.
setReferencedColumnName(String) - Method in interface org.eclipse.jpt.core.resource.java.PrimaryKeyJoinColumnAnnotation
 
setReferencedColumnName(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlJoinColumn
Sets the value of the 'Referenced Column Name' attribute.
setReferencedColumnName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlJoinColumnImpl
Sets the value of the 'Referenced Column Name' attribute.
setReferencedColumnName(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlPrimaryKeyJoinColumn
Sets the value of the 'Referenced Column Name' attribute.
setReferencedColumnName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlPrimaryKeyJoinColumnImpl
Sets the value of the 'Referenced Column Name' attribute.
setRefresh(boolean) - Method in interface org.eclipse.jpt.core.context.Cascade
 
setRemove(boolean) - Method in interface org.eclipse.jpt.core.context.Cascade
 
setResourceModel(JpaXmlResourceModel) - Method in class org.eclipse.jpt.core.resource.common.JpaXmlResource
 
setResultClass(String) - Method in interface org.eclipse.jpt.core.context.NamedNativeQuery
 
setResultClass(String) - Method in interface org.eclipse.jpt.core.resource.java.NamedNativeQueryAnnotation
Corresponds to the resultClass element of the NamedNativeQuery annotation.
setResultClass(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlNamedNativeQuery
Sets the value of the 'Result Class' attribute.
setResultSetMapping(String) - Method in interface org.eclipse.jpt.core.context.NamedNativeQuery
 
setResultSetMapping(String) - Method in interface org.eclipse.jpt.core.resource.java.NamedNativeQueryAnnotation
Corresponds to the resultSetMapping element of the NamedNativeQuery annotation.
setResultSetMapping(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlNamedNativeQuery
Sets the value of the 'Result Set Mapping' attribute.
setScale(Integer) - Method in interface org.eclipse.jpt.core.resource.java.ColumnAnnotation
Corresponds to the scale element of the javax.persistence.Column annotation.
setScale(Integer) - Method in interface org.eclipse.jpt.core.resource.orm.XmlColumn
Sets the value of the 'Scale' attribute.
setScale(Integer) - Method in class org.eclipse.jpt.core.resource.orm.XmlColumnImpl
Sets the value of the 'Scale' attribute.
setSchema(String) - Method in interface org.eclipse.jpt.core.resource.java.TableAnnotation
 
setSchema(String) - Method in interface org.eclipse.jpt.core.resource.java.TableGeneratorAnnotation
Corresponds to the schema element of the TableGenerator annotation.
setSchema(String) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlBaseTable
Sets the value of the 'Schema' attribute.
setSchema(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlBaseTable
Sets the value of the 'Schema' attribute.
setSchema(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntityMappings
Sets the value of the 'Schema' attribute.
setSchema(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlPersistenceUnitDefaults
Sets the value of the 'Schema' attribute.
setSchema(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlTableGenerator
Sets the value of the 'Schema' attribute.
setSchema(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlTableGeneratorImpl
Sets the value of the 'Schema' attribute.
setSecondaryTablesDefinedInXml(boolean) - Method in interface org.eclipse.jpt.core.context.orm.OrmEntity
If true, then all virtual secondary tables are added in as specified secondary tables to the xml.
setSequenceGenerator(XmlSequenceGenerator) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Sequence Generator' containment reference.
setSequenceGenerator(XmlSequenceGenerator) - Method in interface org.eclipse.jpt.core.resource.orm.XmlId
Sets the value of the 'Sequence Generator' containment reference.
setSequenceGenerator(XmlSequenceGenerator) - Method in class org.eclipse.jpt.core.resource.orm.XmlIdImpl
Sets the value of the 'Sequence Generator' containment reference.
setSequenceName(String) - Method in interface org.eclipse.jpt.core.resource.java.SequenceGeneratorAnnotation
Corresponds to the sequenceName element of the SequenceGenerator annotation.
setSequenceName(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlSequenceGenerator
Sets the value of the 'Sequence Name' attribute.
setSequenceName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlSequenceGeneratorImpl
Sets the value of the 'Sequence Name' attribute.
setSpecifiedAccess(AccessType) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
setSpecifiedAccess(AccessType) - Method in interface org.eclipse.jpt.core.context.orm.OrmTypeMapping
 
setSpecifiedAllocationSize(Integer) - Method in interface org.eclipse.jpt.core.context.Generator
 
setSpecifiedCatalog(String) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
setSpecifiedCatalog(String) - Method in interface org.eclipse.jpt.core.context.orm.PersistenceUnitDefaults
 
setSpecifiedCatalog(String) - Method in interface org.eclipse.jpt.core.context.Table
 
setSpecifiedCatalog(String) - Method in interface org.eclipse.jpt.core.context.TableGenerator
 
setSpecifiedDiscriminatorType(DiscriminatorType) - Method in interface org.eclipse.jpt.core.context.DiscriminatorColumn
 
setSpecifiedDiscriminatorValue(String) - Method in interface org.eclipse.jpt.core.context.Entity
 
setSpecifiedEnumerated(EnumType) - Method in interface org.eclipse.jpt.core.context.BasicMapping
 
setSpecifiedExcludeUnlistedClasses(Boolean) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Set the "exclude unlisted classes" setting of the persistence unit.
setSpecifiedFetch(FetchType) - Method in interface org.eclipse.jpt.core.context.Fetchable
 
setSpecifiedGenerator(String) - Method in interface org.eclipse.jpt.core.context.GeneratedValue
 
setSpecifiedInheritanceStrategy(InheritanceType) - Method in interface org.eclipse.jpt.core.context.Entity
 
setSpecifiedInitialValue(Integer) - Method in interface org.eclipse.jpt.core.context.Generator
 
setSpecifiedInsertable(Boolean) - Method in interface org.eclipse.jpt.core.context.BaseColumn
 
setSpecifiedLength(Integer) - Method in interface org.eclipse.jpt.core.context.Column
 
setSpecifiedLength(Integer) - Method in interface org.eclipse.jpt.core.context.DiscriminatorColumn
 
setSpecifiedMappingKey(String) - Method in interface org.eclipse.jpt.core.context.PersistentAttribute
Clients should call this method to set the attribute's mapping.
setSpecifiedMetadataComplete(Boolean) - Method in interface org.eclipse.jpt.core.context.orm.OrmTypeMapping
 
setSpecifiedName(String) - Method in interface org.eclipse.jpt.core.context.Entity
Set the specified name on the entity.
setSpecifiedName(String) - Method in interface org.eclipse.jpt.core.context.NamedColumn
 
setSpecifiedName(String) - Method in interface org.eclipse.jpt.core.context.Table
 
setSpecifiedNullable(Boolean) - Method in interface org.eclipse.jpt.core.context.BaseColumn
 
setSpecifiedOptional(Boolean) - Method in interface org.eclipse.jpt.core.context.Nullable
 
setSpecifiedPkColumnName(String) - Method in interface org.eclipse.jpt.core.context.TableGenerator
 
setSpecifiedPkColumnValue(String) - Method in interface org.eclipse.jpt.core.context.TableGenerator
 
setSpecifiedPrecision(Integer) - Method in interface org.eclipse.jpt.core.context.Column
 
setSpecifiedReferencedColumnName(String) - Method in interface org.eclipse.jpt.core.context.BaseJoinColumn
 
setSpecifiedScale(Integer) - Method in interface org.eclipse.jpt.core.context.Column
 
setSpecifiedSchema(String) - Method in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
setSpecifiedSchema(String) - Method in interface org.eclipse.jpt.core.context.orm.PersistenceUnitDefaults
 
setSpecifiedSchema(String) - Method in interface org.eclipse.jpt.core.context.Table
 
setSpecifiedSchema(String) - Method in interface org.eclipse.jpt.core.context.TableGenerator
 
setSpecifiedSequenceName(String) - Method in interface org.eclipse.jpt.core.context.SequenceGenerator
 
setSpecifiedStrategy(GenerationType) - Method in interface org.eclipse.jpt.core.context.GeneratedValue
 
setSpecifiedTable(String) - Method in interface org.eclipse.jpt.core.context.BaseColumn
 
setSpecifiedTable(String) - Method in interface org.eclipse.jpt.core.context.TableGenerator
 
setSpecifiedTargetEntity(String) - Method in interface org.eclipse.jpt.core.context.RelationshipMapping
 
setSpecifiedTransactionType(PersistenceUnitTransactionType) - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Set the transaction type of the persistence unit, one of the values of PersistenceUnitTransactionType
setSpecifiedUnique(Boolean) - Method in interface org.eclipse.jpt.core.context.BaseColumn
 
setSpecifiedUpdatable(Boolean) - Method in interface org.eclipse.jpt.core.context.BaseColumn
 
setSpecifiedValueColumnName(String) - Method in interface org.eclipse.jpt.core.context.TableGenerator
 
setStrategy(GenerationType) - Method in interface org.eclipse.jpt.core.resource.java.GeneratedValueAnnotation
Corresponds to the strategy element of the GeneratedValue annotation.
setStrategy(InheritanceType) - Method in interface org.eclipse.jpt.core.resource.java.InheritanceAnnotation
 
setStrategy(InheritanceType) - Method in class org.eclipse.jpt.core.resource.orm.Inheritance
Sets the value of the 'Strategy' attribute.
setStrategy(GenerationType) - Method in interface org.eclipse.jpt.core.resource.orm.XmlGeneratedValue
Sets the value of the 'Strategy' attribute.
setStrategy(GenerationType) - Method in class org.eclipse.jpt.core.resource.orm.XmlGeneratedValueImpl
Sets the value of the 'Strategy' attribute.
setSubject(T) - Method in interface org.eclipse.jpt.ui.details.JpaDetailsPage
Sets the subject for this details page.
setTable(String) - Method in interface org.eclipse.jpt.core.resource.java.BaseColumnAnnotation
Corresponds to the table element of the *Column annotation.
setTable(String) - Method in interface org.eclipse.jpt.core.resource.java.TableGeneratorAnnotation
Corresponds to the table element of the TableGenerator annotation.
setTable(String) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlAbstractColumn
Sets the value of the 'Table' attribute.
setTable(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlAbstractColumn
Sets the value of the 'Table' attribute.
setTable(XmlTable) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Table' containment reference.
setTable(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlTableGenerator
Sets the value of the 'Table' attribute.
setTable(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlTableGeneratorImpl
Sets the value of the 'Table' attribute.
setTableGenerator(XmlTableGenerator) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntity
Sets the value of the 'Table Generator' containment reference.
setTableGenerator(XmlTableGenerator) - Method in interface org.eclipse.jpt.core.resource.orm.XmlId
Sets the value of the 'Table Generator' containment reference.
setTableGenerator(XmlTableGenerator) - Method in class org.eclipse.jpt.core.resource.orm.XmlIdImpl
Sets the value of the 'Table Generator' containment reference.
setTargetEntity(String) - Method in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
Corresponds to the targetEntity of the relationship annotations (ManyToMany, OneToMany, ManyToOne, OneToOne).
setTargetEntity(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToManyImpl
Sets the value of the 'Target Entity' attribute.
setTargetEntity(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlManyToOneImpl
Sets the value of the 'Target Entity' attribute.
setTargetEntity(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToManyImpl
Sets the value of the 'Target Entity' attribute.
setTargetEntity(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlOneToOneImpl
Sets the value of the 'Target Entity' attribute.
setTargetEntity(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlRelationshipMapping
Sets the value of the 'Target Entity' attribute.
setTemporal(TemporalType) - Method in interface org.eclipse.jpt.core.context.ColumnMapping
 
setTemporal(TemporalType) - Method in interface org.eclipse.jpt.core.resource.orm.XmlBasic
Sets the value of the 'Temporal' attribute.
setTemporal(TemporalType) - Method in class org.eclipse.jpt.core.resource.orm.XmlBasicImpl
Sets the value of the 'Temporal' attribute.
setTemporal(TemporalType) - Method in interface org.eclipse.jpt.core.resource.orm.XmlId
Sets the value of the 'Temporal' attribute.
setTemporal(TemporalType) - Method in class org.eclipse.jpt.core.resource.orm.XmlIdImpl
Sets the value of the 'Temporal' attribute.
setTemporal(TemporalType) - Method in interface org.eclipse.jpt.core.resource.orm.XmlVersion
Sets the value of the 'Temporal' attribute.
setTemporal(TemporalType) - Method in class org.eclipse.jpt.core.resource.orm.XmlVersionImpl
Sets the value of the 'Temporal' attribute.
setThreadLocalModifySharedDocumentCommandExecutor(CommandExecutor) - Method in interface org.eclipse.jpt.core.JpaProject
Set a thread-specific implementation of the CommandExecutor interface that will be used to execute a command to modify a shared document.
setTransactionType(XmlPersistenceUnitTransactionType) - Method in class org.eclipse.jpt.core.resource.persistence.XmlPersistenceUnit
Sets the value of the 'Transaction Type' attribute.
setUnique(Boolean) - Method in interface org.eclipse.jpt.core.resource.java.BaseColumnAnnotation
Corresponds to the unique element of the *Column annotation.
setUnique(Boolean) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlAbstractColumn
Sets the value of the 'Unique' attribute.
setUnique(Boolean) - Method in interface org.eclipse.jpt.core.resource.orm.XmlAbstractColumn
Sets the value of the 'Unique' attribute.
setUpdatable(Boolean) - Method in interface org.eclipse.jpt.core.resource.java.BaseColumnAnnotation
Corresponds to the updatable element of the *Column annotation.
setUpdatable(Boolean) - Method in class org.eclipse.jpt.core.resource.orm.AbstractXmlAbstractColumn
Sets the value of the 'Updatable' attribute.
setUpdatable(Boolean) - Method in interface org.eclipse.jpt.core.resource.orm.XmlAbstractColumn
Sets the value of the 'Updatable' attribute.
setUpdater(JpaProject.Updater) - Method in interface org.eclipse.jpt.core.JpaProject
Set the implementation of the Updater interface that will be used to "update" a JPA project.
setUserOverrideDefaultSchemaName(String) - Method in interface org.eclipse.jpt.core.JpaProject
Set the name of the schema to be used as a default for the project instead of the one that is defaultly associated with the connection profile.
setUserOverrideDefaultSchemaName(IProject, String) - Static method in class org.eclipse.jpt.core.JptCorePlugin
Set the default schema name associated with the specified Eclipse project.
setValue(String) - Method in interface org.eclipse.jpt.core.context.persistence.Property
 
setValue(String) - Method in interface org.eclipse.jpt.core.context.QueryHint
 
setValue(String) - Method in interface org.eclipse.jpt.core.resource.java.DiscriminatorValueAnnotation
Corresponds to the value element of the javax.persistence.OrderBy annotation.
setValue(EnumType) - Method in interface org.eclipse.jpt.core.resource.java.EnumeratedAnnotation
Corresponds to the value element of the Enumerated annotation.
setValue(String) - Method in interface org.eclipse.jpt.core.resource.java.IdClassAnnotation
Corresponds to the value element of the IdClass annotation.
setValue(String) - Method in interface org.eclipse.jpt.core.resource.java.OrderByAnnotation
Corresponds to the value element of the javax.persistence.OrderBy annotation.
setValue(String) - Method in interface org.eclipse.jpt.core.resource.java.QueryHintAnnotation
Corresponds to the value element of the QueryHint annotation.
setValue(TemporalType) - Method in interface org.eclipse.jpt.core.resource.java.TemporalAnnotation
Corresponds to the value element of the Temporal annotation.
setValue(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlQueryHint
Sets the value of the 'Value' attribute.
setValue(String) - Method in class org.eclipse.jpt.core.resource.persistence.XmlProperty
Sets the value of the 'Value' attribute.
setValue(T) - Method in interface org.eclipse.jpt.core.utility.jdt.AnnotationElementAdapter
Set the value of the adapter's annotation element.
setValue(T, ModifiedDeclaration) - Method in interface org.eclipse.jpt.core.utility.jdt.DeclarationAnnotationElementAdapter
Given the specified declaration, set the value of the annotation element.
setValue(T) - Method in interface org.eclipse.jpt.utility.model.value.WritablePropertyValueModel
Set the value and fire a property change notification.
setValueColumnName(String) - Method in interface org.eclipse.jpt.core.resource.java.TableGeneratorAnnotation
Corresponds to the valueColumnName element of the TableGenerator annotation.
setValueColumnName(String) - Method in interface org.eclipse.jpt.core.resource.orm.XmlTableGenerator
Sets the value of the 'Value Column Name' attribute.
setValueColumnName(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlTableGeneratorImpl
Sets the value of the 'Value Column Name' attribute.
setVersion(String) - Method in class org.eclipse.jpt.core.resource.orm.XmlEntityMappings
Sets the value of the 'Version' attribute.
setVersion(String) - Method in class org.eclipse.jpt.core.resource.persistence.XmlPersistence
Sets the value of the 'Version' attribute.
setVirtual(boolean) - Method in interface org.eclipse.jpt.core.context.AssociationOverride
 
setVirtual(boolean) - Method in interface org.eclipse.jpt.core.context.AttributeOverride
 
setVirtual(boolean, BaseOverride) - Method in interface org.eclipse.jpt.core.context.BaseOverride.Owner
If false, add the give override as a specified override and remove it from the list of virtual overrides.
setVirtual(boolean) - Method in interface org.eclipse.jpt.core.context.BaseOverride
 
setXmlMappingMetadataComplete(boolean) - Method in interface org.eclipse.jpt.core.context.orm.PersistenceUnitMetadata
 
setXmlMappingMetadataComplete(boolean) - Method in class org.eclipse.jpt.core.resource.orm.XmlPersistenceUnitMetadata
Sets the value of the 'Xml Mapping Metadata Complete' attribute.
SINGLE_TABLE_VALUE - Static variable in enum org.eclipse.jpt.core.resource.orm.InheritanceType
The 'SINGLE TABLE' literal value.
SingleRelationshipMapping - 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.
size() - Method in interface org.eclipse.jpt.utility.model.value.CollectionValueModel
Return the size of the collection value.
size() - Method in interface org.eclipse.jpt.utility.model.value.ListValueModel
Return the size of the list.
SPECIFIED_ACCESS_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
SPECIFIED_ACCESS_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.orm.OrmTypeMapping
 
SPECIFIED_ALLOCATION_SIZE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Generator
 
SPECIFIED_ASSOCIATION_OVERRIDES_LIST - Static variable in interface org.eclipse.jpt.core.context.Entity
 
SPECIFIED_ATTRIBUTE_OVERRIDES_LIST - Static variable in interface org.eclipse.jpt.core.context.BaseEmbeddedMapping
 
SPECIFIED_ATTRIBUTE_OVERRIDES_LIST - Static variable in interface org.eclipse.jpt.core.context.Entity
 
SPECIFIED_ATTRIBUTES_LIST - Static variable in interface org.eclipse.jpt.core.context.PersistentType
 
SPECIFIED_CATALOG_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
SPECIFIED_CATALOG_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.orm.PersistenceUnitDefaults
 
SPECIFIED_CATALOG_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Table
 
SPECIFIED_CATALOG_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.TableGenerator
 
SPECIFIED_CLASS_REF_LIST - Static variable in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
String constant associated with changes to the specified class refs list
SPECIFIED_DISCRIMINATOR_TYPE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.DiscriminatorColumn
 
SPECIFIED_DISCRIMINATOR_VALUE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Entity
 
SPECIFIED_ENUMERATED_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.BasicMapping
 
SPECIFIED_EXCLUDE_UNLISTED_CLASSED_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
String constant associated with changes to the persistence unit's "exclude unlisted classes" setting
SPECIFIED_FETCH_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Fetchable
 
SPECIFIED_GENERATOR_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.GeneratedValue
 
SPECIFIED_INHERITANCE_STRATEGY_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Entity
 
SPECIFIED_INITIAL_VALUE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Generator
 
SPECIFIED_INSERTABLE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.BaseColumn
 
SPECIFIED_INVERSE_JOIN_COLUMNS_LIST - Static variable in interface org.eclipse.jpt.core.context.JoinTable
 
SPECIFIED_JOIN_COLUMNS_LIST - Static variable in interface org.eclipse.jpt.core.context.AssociationOverride
 
SPECIFIED_JOIN_COLUMNS_LIST - Static variable in interface org.eclipse.jpt.core.context.JoinTable
 
SPECIFIED_JOIN_COLUMNS_LIST - Static variable in interface org.eclipse.jpt.core.context.SingleRelationshipMapping
 
SPECIFIED_LENGTH_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Column
 
SPECIFIED_LENGTH_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.DiscriminatorColumn
 
SPECIFIED_MAPPING_FILE_REF_LIST - Static variable in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
String constant associated with changes to the specified mapping file refs list
SPECIFIED_MAPPING_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.PersistentAttribute
 
SPECIFIED_METADATA_COMPLETE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.orm.OrmTypeMapping
 
SPECIFIED_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Entity
 
SPECIFIED_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.NamedColumn
 
SPECIFIED_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Table
 
SPECIFIED_NULLABLE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.BaseColumn
 
SPECIFIED_OPTIONAL_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Nullable
 
SPECIFIED_PK_COLUMN_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.TableGenerator
 
SPECIFIED_PK_COLUMN_VALUE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.TableGenerator
 
SPECIFIED_PRECISION_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Column
 
SPECIFIED_PRIMARY_KEY_JOIN_COLUMNS_LIST - Static variable in interface org.eclipse.jpt.core.context.Entity
 
SPECIFIED_PRIMARY_KEY_JOIN_COLUMNS_LIST - Static variable in interface org.eclipse.jpt.core.context.SecondaryTable
 
SPECIFIED_REFERENCED_COLUMN_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.BaseJoinColumn
 
SPECIFIED_SCALE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Column
 
SPECIFIED_SCHEMA_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.orm.EntityMappings
 
SPECIFIED_SCHEMA_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.orm.PersistenceUnitDefaults
 
SPECIFIED_SCHEMA_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.Table
 
SPECIFIED_SCHEMA_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.TableGenerator
 
SPECIFIED_SECONDARY_TABLES_LIST - Static variable in interface org.eclipse.jpt.core.context.Entity
 
SPECIFIED_SEQUENCE_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.SequenceGenerator
 
SPECIFIED_STRATEGY_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.GeneratedValue
 
SPECIFIED_TABLE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.BaseColumn
 
SPECIFIED_TABLE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.TableGenerator
 
SPECIFIED_TARGET_ENTITY_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.RelationshipMapping
 
SPECIFIED_TRANSACTION_TYPE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
String constant associated with changes to the persistence unit's specified transaction type
SPECIFIED_UNIQUE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.BaseColumn
 
SPECIFIED_UPDATABLE_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.BaseColumn
 
SPECIFIED_VALUE_COLUMN_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.TableGenerator
 
specifiedAssociationOverrides() - Method in interface org.eclipse.jpt.core.context.Entity
Return a list iterator of the specified association overrides.
specifiedAssociationOverrides() - Method in interface org.eclipse.jpt.core.context.java.JavaEntity
 
specifiedAssociationOverrides() - Method in interface org.eclipse.jpt.core.context.orm.OrmEntity
 
specifiedAssociationOverridesSize() - Method in interface org.eclipse.jpt.core.context.Entity
Return the number of specified association overrides.
specifiedAttributeOverrides() - Method in interface org.eclipse.jpt.core.context.BaseEmbeddedMapping
Return a list iterator of the specified attribute overrides.
specifiedAttributeOverrides() - Method in interface org.eclipse.jpt.core.context.Entity
Return a list iterator of the specified attribute overrides.
specifiedAttributeOverrides() - Method in interface org.eclipse.jpt.core.context.java.JavaBaseEmbeddedMapping
 
specifiedAttributeOverrides() - Method in interface org.eclipse.jpt.core.context.java.JavaEmbeddedIdMapping
 
specifiedAttributeOverrides() - Method in interface org.eclipse.jpt.core.context.java.JavaEmbeddedMapping
 
specifiedAttributeOverrides() - Method in interface org.eclipse.jpt.core.context.java.JavaEntity
 
specifiedAttributeOverrides() - Method in interface org.eclipse.jpt.core.context.orm.OrmBaseEmbeddedMapping
 
specifiedAttributeOverrides() - Method in interface org.eclipse.jpt.core.context.orm.OrmEmbeddedIdMapping
 
specifiedAttributeOverrides() - Method in interface org.eclipse.jpt.core.context.orm.OrmEmbeddedMapping
 
specifiedAttributeOverrides() - Method in interface org.eclipse.jpt.core.context.orm.OrmEntity
 
specifiedAttributeOverridesSize() - Method in interface org.eclipse.jpt.core.context.BaseEmbeddedMapping
Return the number of specified attribute overrides.
specifiedAttributeOverridesSize() - Method in interface org.eclipse.jpt.core.context.Entity
Return the number of specified attribute overrides.
specifiedAttributes() - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentType
Return a read only iterator of the specified OrmPersistentAttributes.
specifiedAttributesSize() - Method in interface org.eclipse.jpt.core.context.orm.OrmPersistentType
Return the number of specified OrmPersistentAttributes.
specifiedClassRefs() - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return an iterator on the list of specified class refs.
specifiedClassRefsSize() - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return the number of specified class refs.
specifiedInverseJoinColumns() - Method in interface org.eclipse.jpt.core.context.java.JavaJoinTable
 
specifiedInverseJoinColumns() - Method in interface org.eclipse.jpt.core.context.JoinTable
Return a list iterator of the specified inverse join columns.
specifiedInverseJoinColumns() - Method in interface org.eclipse.jpt.core.context.orm.OrmJoinTable
 
specifiedInverseJoinColumnsSize() - Method in interface org.eclipse.jpt.core.context.JoinTable
Return the number of specified inverse join columns.
specifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.AssociationOverride
 
specifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.java.JavaAssociationOverride
 
specifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.java.JavaJoinTable
 
specifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.java.JavaManyToOneMapping
 
specifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.java.JavaOneToOneMapping
 
specifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.java.JavaSingleRelationshipMapping
 
specifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.JoinTable
Return a list iterator of the specified join columns.
specifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.orm.OrmAssociationOverride
 
specifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.orm.OrmJoinTable
 
specifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.orm.OrmManyToOneMapping
 
specifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.orm.OrmOneToOneMapping
 
specifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.orm.OrmSingleRelationshipMapping
 
specifiedJoinColumns() - Method in interface org.eclipse.jpt.core.context.SingleRelationshipMapping
Return a list iterator of the specified join columns.
specifiedJoinColumnsSize() - Method in interface org.eclipse.jpt.core.context.AssociationOverride
 
specifiedJoinColumnsSize() - Method in interface org.eclipse.jpt.core.context.JoinTable
Return the number of specified join columns.
specifiedJoinColumnsSize() - Method in interface org.eclipse.jpt.core.context.SingleRelationshipMapping
Return the number of specified join columns.
specifiedMappingFileRefs() - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return an iterator on the list of specified mapping file refs.
specifiedMappingFileRefsSize() - Method in interface org.eclipse.jpt.core.context.persistence.PersistenceUnit
Return of specified mapping file refs.
specifiedPrimaryKeyJoinColumns() - Method in interface org.eclipse.jpt.core.context.Entity
 
specifiedPrimaryKeyJoinColumns() - Method in interface org.eclipse.jpt.core.context.java.JavaEntity
 
specifiedPrimaryKeyJoinColumns() - Method in interface org.eclipse.jpt.core.context.java.JavaSecondaryTable
 
specifiedPrimaryKeyJoinColumns() - Method in interface org.eclipse.jpt.core.context.orm.OrmEntity
 
specifiedPrimaryKeyJoinColumns() - Method in interface org.eclipse.jpt.core.context.orm.OrmSecondaryTable
 
specifiedPrimaryKeyJoinColumns() - Method in interface org.eclipse.jpt.core.context.SecondaryTable
Return a list iterator of the specified primary key join columns.
specifiedPrimaryKeyJoinColumnsSize() - Method in interface org.eclipse.jpt.core.context.Entity
 
specifiedPrimaryKeyJoinColumnsSize() - Method in interface org.eclipse.jpt.core.context.SecondaryTable
Return the number of specified primary key join columns.
specifiedSecondaryTables() - Method in interface org.eclipse.jpt.core.context.Entity
Return a list iterator of the specified secondary tables.
specifiedSecondaryTables() - Method in interface org.eclipse.jpt.core.context.java.JavaEntity
 
specifiedSecondaryTables() - Method in interface org.eclipse.jpt.core.context.orm.OrmEntity
 
specifiedSecondaryTablesSize() - Method in interface org.eclipse.jpt.core.context.Entity
Return the number of specified secondary tables.
SPI_PACKAGE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SPI_PACKAGE_ - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SQL_RESULT_SET_MAPPING - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SQL_RESULT_SET_MAPPING - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Sql Result Set Mapping' class.
SQL_RESULT_SET_MAPPING - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The meta object id for the 'Sql Result Set Mapping' class.
SQL_RESULT_SET_MAPPING__COLUMN_RESULTS - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Column Results' containment reference list feature.
SQL_RESULT_SET_MAPPING__COLUMN_RESULTS - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Column Results' containment reference list.
SQL_RESULT_SET_MAPPING__COLUMNS - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SQL_RESULT_SET_MAPPING__ENTITIES - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SQL_RESULT_SET_MAPPING__ENTITY_RESULTS - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Entity Results' containment reference list feature.
SQL_RESULT_SET_MAPPING__ENTITY_RESULTS - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Entity Results' containment reference list.
SQL_RESULT_SET_MAPPING__NAME - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
SQL_RESULT_SET_MAPPING__NAME - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Name' attribute feature.
SQL_RESULT_SET_MAPPING__NAME - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Name' attribute.
SQL_RESULT_SET_MAPPING_FEATURE_COUNT - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The number of structural features of the 'Sql Result Set Mapping' class.
SqlResultSetMapping - Class in org.eclipse.jpt.core.resource.orm
A representation of the model object 'Sql Result Set Mapping'.
start() - Method in class org.eclipse.jpt.core.JpaProject.Updater.Null
 
start() - Method in interface org.eclipse.jpt.core.JpaProject.Updater
The updater has just been assigned to its JPA project.
start(BundleContext) - Method in class org.eclipse.jpt.core.JptCorePlugin
 
start(BundleContext) - Method in class org.eclipse.jpt.db.JptDbPlugin
This method is called upon plug-in activation
stateChanged(StateChangeEvent) - Method in interface org.eclipse.jpt.utility.model.listener.StateChangeListener
This method gets called when a model has changed in some general fashion.
StateChangeEvent - Class in org.eclipse.jpt.utility.model.event
A generic "state change" event gets delivered whenever a model changes to such extent that it cannot be delineated all aspects of it that have changed.
StateChangeEvent(Model) - Constructor for class org.eclipse.jpt.utility.model.event.StateChangeEvent
Construct a new state change event.
StateChangeListener - Interface in org.eclipse.jpt.utility.model.listener
A generic "state change" event gets delivered whenever a model changes to such extent that it cannot be delineated all aspects of it that have changed.
stop(BundleContext) - Method in class org.eclipse.jpt.core.JptCorePlugin
 
stop(BundleContext) - Method in class org.eclipse.jpt.db.JptDbPlugin
This method is called when the plug-in is stopped
STRATEGY_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.GeneratedValueAnnotation
 
STRATEGY_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.InheritanceAnnotation
 
STRING_VALUE - Static variable in enum org.eclipse.jpt.core.resource.orm.DiscriminatorType
The 'STRING' literal value.
STRING_VALUE - Static variable in enum org.eclipse.jpt.core.resource.orm.EnumType
The 'STRING' literal value.
SUPER_CLASS_QUALIFIED_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentType
 
supportsCatalogs() - Method in interface org.eclipse.jpt.db.Database
Return whether the database supports catalogs.
supportsWorkOfflineMode() - Method in interface org.eclipse.jpt.db.ConnectionProfile
Return whether the connection factories associated with the connection profile's provider support working offline.
synchronizeJpaFiles(IResourceDelta) - Method in interface org.eclipse.jpt.core.JpaProject
Synchronize the JPA project's JPA files with the specified resource delta, watching for added and removed files.

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