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

F

FACET_ID - Static variable in class org.eclipse.jpt.core.JptCorePlugin
The identifier for the JPA facet (value "jpt.jpa").
FETCH_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.BasicAnnotation
 
FETCH_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
 
FETCH_TYPE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
FETCH_TYPE - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The meta object id for the 'Fetch Type' enum.
FETCH_TYPE - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Fetch Type' enum.
FETCH_TYPE_ - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
FETCH_TYPE__EAGER - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
FETCH_TYPE__LAZY - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
Fetchable - 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.
FetchType - Enum in org.eclipse.jpt.core.context
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
FetchType - 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.
FetchType - Enum in org.eclipse.jpt.core.resource.orm
A representation of the literals of the enumeration 'Fetch Type', and utility methods for working with them.
FIELD_RESULT - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
FIELD_RESULT - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The meta object id for the 'Field Result' class.
FIELD_RESULT - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Field Result' class.
FIELD_RESULT__COLUMN - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
FIELD_RESULT__COLUMN - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Column' attribute.
FIELD_RESULT__COLUMN - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Column' attribute feature.
FIELD_RESULT__NAME - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
FIELD_RESULT__NAME - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The feature id for the 'Name' attribute.
FIELD_RESULT__NAME - Static variable in interface org.eclipse.jpt.core.resource.orm.OrmPackage.Literals
The meta object literal for the 'Name' attribute feature.
FIELD_RESULT_FEATURE_COUNT - Static variable in class org.eclipse.jpt.core.resource.orm.OrmPackage
The number of structural features of the 'Field Result' class.
FIELD_VALUE - Static variable in enum org.eclipse.jpt.core.resource.orm.AccessType
The 'FIELD' literal value.
FieldAttribute - Interface in org.eclipse.jpt.core.utility.jdt
Field attribute: just some covariant overrides.
FieldResult - Class in org.eclipse.jpt.core.resource.orm
A representation of the model object 'Field Result'.
fields() - Method in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentType
Return only the persistable fields, those that respond true to JavaResourcePersistentMember.isPersistable() This returns filters out all properties and only returns fields
FILE_NAME_PROPERTY - Static variable in interface org.eclipse.jpt.core.context.persistence.MappingFileRef
String constant associated with changes to the file name
Filter<T> - Interface in org.eclipse.jpt.utility
Used by various "pluggable" classes to filter objects.
Filter.Disabled<S> - Class in org.eclipse.jpt.utility
 
Filter.Null<S> - Class in org.eclipse.jpt.utility
 
FINAL_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.JavaResourcePersistentAttribute
 
FLUSH_MODE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
FLUSH_MODE__VALUE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
FLUSH_MODE_TYPE - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
FLUSH_MODE_TYPE_ - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
FLUSH_MODE_TYPE__AUTO - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
FLUSH_MODE_TYPE__COMMIT - Static variable in interface org.eclipse.jpt.core.resource.java.JPA
 
ForeignKey - Interface in org.eclipse.jpt.db
Database foreign key Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
ForeignKey.ColumnPair - Interface in org.eclipse.jpt.db
Pair up the foreign key's column pairs, matching each "base" column with the appropriate "referenced" column.
foreignKeyBaseColumnsContains(Column) - Method in interface org.eclipse.jpt.db.Table
Return whether the specified column is a "base" column for any of the table's foreign keys.
foreignKeyChanged(ConnectionProfile, ForeignKey) - Method in class org.eclipse.jpt.db.ConnectionAdapter
 
foreignKeyChanged(ConnectionProfile, ForeignKey) - Method in interface org.eclipse.jpt.db.ConnectionListener
 
foreignKeys() - Method in interface org.eclipse.jpt.db.Table
Return the table's foreign keys.
foreignKeysSize() - Method in interface org.eclipse.jpt.db.Table
Return the number of foreign keys the table contains.
format(IDocument, TextEdit) - Method in interface org.eclipse.jpt.core.utility.jdt.AnnotationEditFormatter
Review the specified edits and format the specified document as needed.
fromJavaAnnotationValue(String[]) - Static method in enum org.eclipse.jpt.core.resource.java.CascadeType
 
fromJavaAnnotationValue(Object) - Static method in enum org.eclipse.jpt.core.resource.java.DiscriminatorType
 
fromJavaAnnotationValue(Object) - Static method in enum org.eclipse.jpt.core.resource.java.EnumType
 
fromJavaAnnotationValue(Object) - Static method in enum org.eclipse.jpt.core.resource.java.FetchType
 
fromJavaAnnotationValue(Object) - Static method in enum org.eclipse.jpt.core.resource.java.GenerationType
 
fromJavaAnnotationValue(Object) - Static method in enum org.eclipse.jpt.core.resource.java.InheritanceType
 
fromJavaAnnotationValue(Object) - Static method in enum org.eclipse.jpt.core.resource.java.TemporalType
 
fromJavaResourceModel(AccessType) - Static method in enum org.eclipse.jpt.core.context.AccessType
 
fromJavaResourceModel(DiscriminatorType) - Static method in enum org.eclipse.jpt.core.context.DiscriminatorType
 
fromJavaResourceModel(EnumType) - Static method in enum org.eclipse.jpt.core.context.EnumType
 
fromJavaResourceModel(FetchType) - Static method in enum org.eclipse.jpt.core.context.FetchType
 
fromJavaResourceModel(GenerationType) - Static method in enum org.eclipse.jpt.core.context.GenerationType
 
fromJavaResourceModel(InheritanceType) - Static method in enum org.eclipse.jpt.core.context.InheritanceType
 
fromJavaResourceModel(TemporalType) - Static method in enum org.eclipse.jpt.core.context.TemporalType
 
fromOrmResourceModel(DiscriminatorType) - Static method in enum org.eclipse.jpt.core.context.DiscriminatorType
 
fromOrmResourceModel(EnumType) - Static method in enum org.eclipse.jpt.core.context.EnumType
 
fromOrmResourceModel(FetchType) - Static method in enum org.eclipse.jpt.core.context.FetchType
 
fromOrmResourceModel(GenerationType) - Static method in enum org.eclipse.jpt.core.context.GenerationType
 
fromOrmResourceModel(InheritanceType) - Static method in enum org.eclipse.jpt.core.context.InheritanceType
 
fromOrmResourceModel(TemporalType) - Static method in enum org.eclipse.jpt.core.context.TemporalType
 
fromXmlResourceModel(AccessType) - Static method in enum org.eclipse.jpt.core.context.AccessType
 
fromXmlResourceModel(XmlPersistenceUnitTransactionType) - Static method in enum org.eclipse.jpt.core.context.persistence.PersistenceUnitTransactionType
 
FULLY_QUALFIEID_TARGET_ENTITY_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.RelationshipMappingAnnotation
 
FULLY_QUALIFIED_CLASS_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.IdClassAnnotation
 
FULLY_QUALIFIED_RESULT_CLASS_PROPERTY - Static variable in interface org.eclipse.jpt.core.resource.java.NamedNativeQueryAnnotation
 

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