|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Model in org.eclipse.jpt.core |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core | |
|---|---|
interface |
JpaDataSource
Interface to the connection profile. |
interface |
JpaFile
A JPA Project contains JPA files for all files in the project that are relevant to the JPA spec. |
interface |
JpaNode
JPA-specific protocol. |
interface |
JpaProject
A JPA project is associated with an Eclipse project (and its corresponding Java project). |
interface |
JpaProjectManager
The JPA project manager holds all the JPA projects in the workspace. |
interface |
JpaStructureNode
Implement this interface for objects that appear in the Structure view This is used by JpaSelection to determine selection in the editor. |
| Uses of Model in org.eclipse.jpt.core.context |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core.context | |
|---|---|
interface |
AccessHolder
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
AssociationOverride
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
AssociationOverrideContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
AssociationOverrideRelationshipReference
An AssociationOverrideRelationshipReference is a type of
RelationshipReference that may utilize a
JoinColumnJoiningStrategy |
interface |
AttributeMapping
JPA attribute mapping. |
interface |
AttributeOverride
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
AttributeOverrideContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
BaseColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
BaseEmbeddedMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
BaseJoinColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
BaseOverride
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
BasicMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Cascade
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
CollectionMapping
1:m, m:m, element collection are all collection mappings. |
interface |
Column
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ColumnMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Converter
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
DiscriminatorColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Embeddable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EmbeddedIdMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EmbeddedMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Entity
Entity |
interface |
EnumeratedConverter
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Fetchable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
GeneratedValue
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Generator
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
GeneratorContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
IdClassReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
IdMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JoinColumn
join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JoinColumnEnabledRelationshipReference
A JoinColumnEnabledRelationshipReference is a type of
RelationshipReference that may utilize a
JoinColumnJoiningStrategy |
interface |
JoinColumnJoiningStrategy
Joining strategy that uses join columns |
interface |
JoiningStrategy
Represents how the information in two entities are joined together via a RelationshipMapping |
interface |
JoinTable
Used by ManyToMany and OneToMany mappings. |
interface |
JoinTableEnabledRelationshipReference
A JoinTableEnabledRelationshipReference is a type of
RelationshipReference that may utilize a
JoinTableJoiningStrategy |
interface |
JoinTableJoiningStrategy
Joining strategy that uses a join table |
interface |
JpaContextNode
Common protocol for JPA objects that have a context, as opposed to resource objects. |
interface |
JpaRootContextNode
Root of the Dali context model. |
interface |
LobConverter
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ManyToManyMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ManyToManyRelationshipReference
Represents the RelationshipReference of a ManyToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
ManyToOneMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ManyToOneRelationshipReference
Represents the RelationshipReference of a ManyToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
MappedByJoiningStrategy
Joining strategy that depends on another mapping (the owning side of the relationship) to join the two entities. |
interface |
MappedSuperclass
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
MappingFile
JPA mapping file (typically orm.xml). |
interface |
MappingFileRoot
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
MultiRelationshipMapping
Multi-valued (1:m, m:m) relationship mapping. |
interface |
NamedColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NamedNativeQuery
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NamedQuery
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Nullable
This interface is used for mappings that support the optional element. |
interface |
OneToManyMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OneToManyRelationshipReference
Represents the RelationshipReference of a OneToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OneToOneMapping
One-to-one mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OneToOneRelationshipReference
Represents the RelationshipReference of a OneToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
Orderable
Multi-valued (1:m, m:m) relationship mappings support ordering. |
interface |
OverrideContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OwnableRelationshipReference
An OwnableRelationshipReference is a type of
RelationshipReference that may be the owned side of the relationship. |
interface |
PersistentAttribute
Persistent "attribute" (field or property) |
interface |
PersistentType
Context persistent type. |
static interface |
PersistentType.Owner
|
interface |
PrimaryKeyJoinColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
PrimaryKeyJoinColumnEnabledRelationshipReference
A PrimaryKeyJoinColumnEnabledRelationshipReference is a type of
RelationshipReference that may utilize a
PrimaryKeyJoinColumnJoiningStrategy |
interface |
PrimaryKeyJoinColumnJoiningStrategy
Joining strategy that uses primary key join columns |
interface |
Query
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
QueryContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
QueryHint
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ReferenceTable
Common interface for JoinTable and CollectionTable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
RelationshipMapping
Relationship (1:1, 1:m, m:1, m:m) mapping. |
interface |
RelationshipReference
A RelationshipReference represents the meta-information required
to populate the entities involved in a RelationshipMapping. |
interface |
SecondaryTable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
SequenceGenerator
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
SingleRelationshipMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Table
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
TableGenerator
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
TemporalConverter
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
TransientMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
TypeMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
UniqueConstraint
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
VersionMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
XmlContextNode
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
XmlFile
Context representation of any JPA XML file. |
| Uses of Model in org.eclipse.jpt.core.context.java |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core.context.java | |
|---|---|
interface |
JarFile
A JAR file identified by a persistence.xml jar-file element. |
interface |
JavaAssociationOverride
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaAssociationOverrideContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaAssociationOverrideRelationshipReference
An AssociationOverrideRelationshipReference is a type of
RelationshipReference that may utilize a
JoinColumnJoiningStrategy |
interface |
JavaAttributeMapping
Java attribute mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaAttributeOverride
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaAttributeOverrideContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaBaseColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaBaseEmbeddedMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaBaseJoinColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaBasicMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaCascade
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaColumnMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaConverter
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaDiscriminatorColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEmbeddable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEmbeddedIdMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEmbeddedMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEntity
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEnumeratedConverter
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaGeneratedValue
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaGenerator
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaGeneratorContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaIdClassReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaIdMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaJoinColumn
Java join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaJoinColumnEnabledRelationshipReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaJoinColumnInAssociationOverrideJoiningStrategy
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaJoinColumnJoiningStrategy
The java representation of a JoinColumnJoiningStrategy
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaJoiningStrategy
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaJoinTable
Java join table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaJoinTableEnabledRelationshipReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaJoinTableJoiningStrategy
The java representation of a JoinTableJoiningStrategy
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaJpaContextNode
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaLobConverter
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaManyToManyMapping
The java representation of a ManyToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaManyToManyRelationshipReference
Represents the RelationshipReference of a JavaManyToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaManyToOneMapping
The java representation of a ManyToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaManyToOneRelationshipReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaMappedByJoiningStrategy
The java representation of a MappedByJoiningStrategy
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaMappedSuperclass
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaMultiRelationshipMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaNamedColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaNamedNativeQuery
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaNamedQuery
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOneToManyMapping
The java representation of a OneToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaOneToManyRelationshipReference
Represents the RelationshipReference of a JavaOneToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaOneToOneMapping
The java representation of a OneToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaOneToOneRelationshipReference
Represents the RelationshipReference of a JavaOneToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaOrderable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOverride
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOverrideContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOwnableRelationshipReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaPersistentAttribute
Java persistent attribute (field or property) |
interface |
JavaPersistentType
Context Java persistent type. |
interface |
JavaPrimaryKeyJoinColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaPrimaryKeyJoinColumnEnabledRelationshipReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaPrimaryKeyJoinColumnJoiningStrategy
The java representation of a PrimaryKeyJoinColumnJoiningStrategy
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaQuery
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaQueryContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaQueryHint
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaReferenceTable
Java reference table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaRelationshipMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaRelationshipReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaSecondaryTable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaSequenceGenerator
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaSingleRelationshipMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaTable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaTableGenerator
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaTemporalConverter
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaTransientMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaTypeMapping
Java type mapping (Entity, MappedSuperclass, Embeddable). |
interface |
JavaUniqueConstraint
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaVersionMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Model in org.eclipse.jpt.core.context.orm |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core.context.orm | |
|---|---|
interface |
EntityMappings
Context orm.xml entity mappings. |
interface |
OrmAssociationOverride
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmAssociationOverrideContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmAssociationOverrideRelationshipReference
An AssociationOverrideRelationshipReference is a type of
RelationshipReference that may utilize a JoinColumnJoiningStrategy. |
interface |
OrmAttributeMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmAttributeOverride
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmAttributeOverrideContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmBaseColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmBaseEmbeddedMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmBaseJoinColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmBasicMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmCascade
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmColumnMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmConverter
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmDiscriminatorColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmEmbeddable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmEmbeddedIdMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmEmbeddedMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmEntity
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmGeneratedValue
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmGenerator
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmGeneratorContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmIdClassReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmIdMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmJoinColumn
orm.xml join column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmJoinColumnEnabledRelationshipReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmJoinColumnInAssociationOverrideJoiningStrategy
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmJoinColumnJoiningStrategy
The orm.xml representation of a JoinColumnJoiningStrategy
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmJoiningStrategy
The orm.xml representation of a JoiningStrategy
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmJoinTable
orm.xml join table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmJoinTableEnabledRelationshipReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmJoinTableJoiningStrategy
The orm.xml representation of a JoinTableJoiningStrategy
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmManyToManyMapping
The orm.xml representation of a ManyToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmManyToManyRelationshipReference
Represents the RelationshipReference of an OrmManyToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmManyToOneMapping
The orm.xml representation of a ManyToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmManyToOneRelationshipReference
Represents the RelationshipReference of an OrmManyToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmMappedByJoiningStrategy
The orm.xml representation of a MappedByJoiningStrategy
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmMappedSuperclass
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmMultiRelationshipMapping
ORM multi-valued (1:m, m:m) relationship mapping. |
interface |
OrmNamedColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmNamedNativeQuery
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmNamedQuery
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmOneToManyMapping
The orm.xml representation of a OneToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmOneToManyRelationshipReference
Represents the RelationshipReference of an OrmOneToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmOneToOneMapping
The orm.xml representation of a OneToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmOneToOneRelationshipReference
Represents the RelationshipReference of an OrmOneToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmOrderable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmOverrideContainer
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmOwnableRelationshipReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmPersistenceUnitDefaults
Context orm.xml persistence unit defaults. |
interface |
OrmPersistentAttribute
ORM persistent attribute Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmPersistentType
Context orm.xml persistent type. |
interface |
OrmPrimaryKeyJoinColumn
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmPrimaryKeyJoinColumnEnabledRelationshipReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmPrimaryKeyJoinColumnJoiningStrategy
The orm.xml representation of a PrimaryKeyJoinColumnJoiningStrategy
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmQuery
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmQueryContainer
The orm.xml representation of a PrimaryKeyJoinColumnJoiningStrategy
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmQueryHint
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmReferenceTable
orm.xml join table and collection table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmRelationshipMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmRelationshipReference
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmSecondaryTable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmSequenceGenerator
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmSingleRelationshipMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmTable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmTableGenerator
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmTransientMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmTypeMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmUniqueConstraint
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmVersionMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmXml
JPA orm.xml file. |
interface |
PersistenceUnitMetadata
Context orm.xml persistence unit metadata. |
| Uses of Model in org.eclipse.jpt.core.context.persistence |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core.context.persistence | |
|---|---|
interface |
ClassRef
Context model corresponding to the XML resource model XmlJavaClassRef, which corresponds to the class |
interface |
JarFileRef
Context model corresponding to the XML resource model XmlJarRef,
which corresponds to the jar-file
element in the persistence.xml file. |
interface |
MappingFileRef
Context model corresponding to the XML resource model XmlMappingFileRef,
which corresponds to the mapping-file element
in the persistence.xml file. |
interface |
Persistence
The persistence element in the JPA persistence.xml file. |
interface |
PersistenceUnit
Context model corresponding to the XML resource model XmlPersistenceUnit,
which corresponds to the persistence-unit element in the
persistence.xml file. |
static interface |
PersistenceUnit.Property
Simple property interface. |
interface |
PersistenceUnitProperties
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
PersistenceXml
JPA persistence.xml file. |
| Uses of Model in org.eclipse.jpt.core.jpa2 |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core.jpa2 | |
|---|---|
interface |
JpaProject2_0
JPA 2.0 project. |
| Uses of Model in org.eclipse.jpt.core.jpa2.context |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core.jpa2.context | |
|---|---|
interface |
AssociationOverrideRelationshipReference2_0
An AssociationOverrideRelationshipReference2_0 is a type of
RelationshipReference that may utilize a
JoinColumnJoiningStrategy or
JoinTableJoiningStrategy |
interface |
AttributeMapping2_0
JPA 2.0 attribute mapping |
interface |
AttributeOverride2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Cacheable2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
CacheableHolder2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Cascade2_0
1:m, m:m, element collection are all collection mappings. |
interface |
CollectionMapping2_0
1:m, m:m, element collection are all collection mappings. |
interface |
CollectionTable2_0
Used by ElementCollection mappings. |
interface |
DerivedIdentity2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
DerivedIdentityStrategy2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ElementCollectionMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EmbeddedIdMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EmbeddedMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
IdDerivedIdentityStrategy2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
IdMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JpaRootContextNode2_0
Root of the Dali JPA 2.0 context model. |
interface |
ManyToManyMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ManyToOneMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ManyToOneRelationshipReference2_0
Represents the RelationshipReference of a 2.0 ManyToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
MapsIdDerivedIdentityStrategy2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NamedQuery2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OneToManyMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OneToManyRelationshipReference2_0
Represents the RelationshipReference of a OneToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OneToOneMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OneToOneRelationshipReference2_0
Represents the RelationshipReference of a 2.0 OneToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
Orderable2_0
Multi-valued (1:m, m:m) relationship mappings support ordering. |
interface |
OrderColumn2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrphanRemovable2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrphanRemovalHolder2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
PersistentAttribute2_0
JPA 2.0 persistent attribute (field or property) |
interface |
PersistentType2_0
JPA 2.0 context persistent type. |
interface |
SequenceGenerator2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
SingleRelationshipMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Model in org.eclipse.jpt.core.jpa2.context.java |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core.jpa2.context.java | |
|---|---|
interface |
JavaAssociationOverrideRelationshipReference2_0
An AssociationOverrideRelationshipReference is a type of
RelationshipReference that may utilize a
JoinColumnJoiningStrategy |
interface |
JavaCacheable2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaCacheableHolder2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaCascade2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaCollectionMapping2_0
1:m, m:m, element collection are all collection mappings. |
interface |
JavaCollectionTable2_0
Java collection table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaDerivedIdentity2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaElementCollectionMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEmbeddedMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaIdDerivedIdentityStrategy2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaJoinTableInAssociationOverrideJoiningStrategy2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaManyToManyMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaManyToOneMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaManyToOneRelationshipReference2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaMapsIdDerivedIdentityStrategy2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaNamedQuery2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOneToManyMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOneToManyRelationshipReference2_0
Represents the RelationshipReference of a JavaOneToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaOneToOneMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOneToOneRelationshipReference2_0
Represents the RelationshipReference of a JavaOneToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaOrderable2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOrderColumn2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOrphanRemovable2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOrphanRemovalHolder2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaPersistentAttribute2_0
JPA 2.0 context Java persistent attribute (field or property) |
interface |
JavaPersistentType2_0
JPA 2.0 context Java persistent type. |
interface |
JavaRelationshipMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaSingleRelationshipMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Model in org.eclipse.jpt.core.jpa2.context.orm |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core.jpa2.context.orm | |
|---|---|
interface |
OrmAssociationOverrideRelationshipReference2_0
An AssociationOverrideRelationshipReference is a type of
RelationshipReference that may utilize a
JoinColumnJoiningStrategy |
interface |
OrmCacheable2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmCacheableHolder2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmCascade2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmCollectionMapping2_0
1:m, m:m, element collection are all collection mappings. |
interface |
OrmCollectionTable2_0
orm.xml collection table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmDerivedIdentity2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmElementCollectionMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmEmbeddedMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmIdDerivedIdentityStrategy2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmJoinTableInAssociationOverrideJoiningStrategy2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmManyToManyMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmManyToOneMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmManyToOneRelationshipReference2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmMapsIdDerivedIdentityStrategy2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmNamedQuery2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmOneToManyMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmOneToManyRelationshipReference2_0
Represents the RelationshipReference of an OrmOneToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmOneToOneMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmOneToOneRelationshipReference2_0
Represents the RelationshipReference of a JavaOneToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
OrmOrderable2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmOrderColumn2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmOrphanRemovable2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmOrphanRemovalHolder2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmPersistenceUnitDefaults2_0
Context orm.xml persistence unit defaults. |
interface |
OrmPersistentAttribute2_0
JPA 2.0 context orm persistent attribute (field or property) |
interface |
OrmPersistentType2_0
JPA 2.0 context orm.xml persistent type. |
interface |
OrmSequenceGenerator2_0
JPA 2.0 context orm.xml sequence generator. |
interface |
OrmSingleRelationshipMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Model in org.eclipse.jpt.core.jpa2.context.persistence |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core.jpa2.context.persistence | |
|---|---|
interface |
Persistence2_0
The persistence element in the JPA 2.0 persistence.xml file. |
interface |
PersistenceUnit2_0
JPA 2.0 persistence-unit |
interface |
PersistenceXml2_0
JPA 2.0 persistence.xml file. |
| Uses of Model in org.eclipse.jpt.core.jpa2.context.persistence.connection |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core.jpa2.context.persistence.connection | |
|---|---|
interface |
JpaConnection2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Model in org.eclipse.jpt.core.jpa2.context.persistence.options |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core.jpa2.context.persistence.options | |
|---|---|
interface |
JpaOptions2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Model in org.eclipse.jpt.core.jpa2.resource.java |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core.jpa2.resource.java | |
|---|---|
interface |
Access2_0Annotation
Corresponds to the JPA 2.0 annotation javax.persistence.Access Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
AssociationOverride2_0Annotation
Corresponds to the JPA 2.0 annotation javax.persistence.AssociationOverride Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
Cacheable2_0Annotation
Corresponds to the JPA 2.0 annotation javax.persistence.Cacheable |
interface |
CollectionTable2_0Annotation
Corresponds to the JPA 2.0 annotation javax.persistence.CollectionTable |
interface |
ElementCollection2_0Annotation
Corresponds to the JPA 2.0 annotation javax.persistence.ElementCollection |
interface |
GeneratedAnnotation
Corresponds to the Java 6 annotation javax.annotation.Generated |
interface |
JavaResourcePersistentType2_0
JPA 2.0 Java source code or binary persistent type. |
interface |
ManyToMany2_0Annotation
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ManyToOne2_0Annotation
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
MapKeyClass2_0Annotation
Corresponds to the JPA 2.0 annotation javax.persistence.MapKeyClass |
interface |
MapKeyColumn2_0Annotation
Corresponds to the JPA 2.0 annotation javax.persistence.MapKeyColumn |
interface |
MapKeyEnumerated2_0Annotation
Corresponds to the JPA 2.0 annotation javax.persistence.MapKeyEnumerated Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
MapKeyJoinColumn2_0Annotation
Corresponds to the JPA annotation javax.persistence.MapKeyJoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
MapKeyJoinColumns2_0Annotation
Corresponds to the JPA annotation javax.persistence.MapKeyJoinColumns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
MapKeyTemporal2_0Annotation
Corresponds to the JPA 2.0 annotation javax.persistence.MapKeyTemporal Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
MapsId2_0Annotation
Corresponds to the JPA 2.0 annotation javax.persistence.MapsId Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NamedQuery2_0Annotation
Corresponds to the JPA 2.0 annotation javax.persistence.NamedQuery Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NestableMapKeyJoinColumnAnnotation
Corresponds to the JPA annotation javax.persistence.MapKeyJoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OneToMany2_0Annotation
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OneToOne2_0Annotation
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrderColumn2_0Annotation
Corresponds to the JPA 2.0 annotation javax.persistence.OrderColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
RelationshipMapping2_0Annotation
Common protocol among 2.0 javax.persistence.ManyToOne javax.persistence.ManyToMany javax.persistence.OneToMany javax.persistence.OneToOne Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
SequenceGenerator2_0Annotation
Corresponds to the JPA 2.0 annotation javax.persistence.SequenceGenerator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
StaticMetamodelAnnotation
Corresponds to the JPA 2.0 annotation javax.persistence.metamodel.StaticMetamodel |
| Uses of Model in org.eclipse.jpt.core.resource.java |
|---|
| Subinterfaces of Model in org.eclipse.jpt.core.resource.java | |
|---|---|
interface |
Annotation
Common Java resource annotation behavior Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
AssociationOverrideAnnotation
Corresponds to the JPA annotation javax.persistence.AssociationOverride Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
AssociationOverridesAnnotation
Corresponds to the JPA annotation javax.persistence.AssociationOverrides Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
AttributeOverrideAnnotation
Corresponds to the JPA annotation javax.persistence.AttributeOverride Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
AttributeOverridesAnnotation
Corresponds to the JPA annotation javax.persistence.AttributeOverrides Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
BaseColumnAnnotation
Common protocol among javax.persistence.Column javax.persistence.JoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
BaseJoinColumnAnnotation
Common protocol among javax.persistence.JoinColumn javax.persistence.MapKeyJoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
BaseNamedQueryAnnotation
Common protocol among: javax.persistence.NamedQuery javax.persistence.NamedNativeQuery Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
BaseTableAnnotation
Common protocol among: javax.persistence.Table javax.persistence.JoinTable javax.persistence.SecondaryTable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
BasicAnnotation
Corresponds to the JPA annotation javax.persistence.Basic Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ColumnAnnotation
Corresponds to the JPA annotation javax.persistence.Column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ContainerAnnotation<T extends NestableAnnotation>
Common behavior for all "container" annotations. |
interface |
DiscriminatorColumnAnnotation
Corresponds to the JPA annotation javax.persistence.DiscriminatorColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
DiscriminatorValueAnnotation
Corresponds to the JPA annotation javax.persistence.DiscriminatorValue Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EmbeddableAnnotation
Corresponds to the JPA annotation javax.persistence.Embeddable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EmbeddedAnnotation
Corresponds to the JPA annotation javax.persistence.Embedded Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EmbeddedIdAnnotation
Corresponds to the JPA annotation javax.persistence.EmbeddedId Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EntityAnnotation
Corresponds to the JPA annotation javax.persistence.Entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EnumeratedAnnotation
Corresponds to the JPA annotation javax.persistence.Enumerated Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
GeneratedValueAnnotation
Corresponds to the JPA annotation javax.persistence.GeneratedValue Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
GeneratorAnnotation
Common protocol among javax.persistence.SequenceGenerator javax.persistence.TableGenerator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
IdAnnotation
Corresponds to the JPA annotation javax.persistence.Id Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
IdClassAnnotation
This interface corresponds to the JPA annotation javax.persistence.IdClass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
InheritanceAnnotation
Corresponds to the JPA annotation javax.persistence.Inheritance Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaResourceClassFile
Java class file Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaResourceCompilationUnit
Dali resource for JDT compilation unit. |
interface |
JavaResourceNode
Common interface for Java resource nodes (source code or binary). |
static interface |
JavaResourceNode.Root
Root of Java resource model containment hierarchy. |
interface |
JavaResourcePackageFragment
Java package fragment Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaResourcePackageFragmentRoot
Java package fragement root Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaResourcePersistentAttribute
Java source code or binary persistent attribute (field or property) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaResourcePersistentMember
Java source code or binary persistent member. |
interface |
JavaResourcePersistentType
Java source code or binary persistent type. |
interface |
JavaResourcePersistentTypeCache
Java persistent type cache - used to hold "external" types Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JoinColumnAnnotation
Corresponds to the JPA annotation javax.persistence.JoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JoinColumnsAnnotation
Corresponds to the JPA annotation javax.persistence.JoinColumns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JoinTableAnnotation
Corresponds to the JPA annotation javax.persistence.JoinTable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
LobAnnotation
Corresponds to the JPA annotation javax.persistence.Lob Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ManyToManyAnnotation
Corresponds to the JPA annotation javax.persistence.ManyToMany Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ManyToOneAnnotation
Corresponds to the JPA annotation javax.persistence.ManyToOne Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
MapKeyAnnotation
Corresponds to the JPA annotation javax.persistence.MapKey Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
MappedSuperclassAnnotation
Corresponds to the JPA annotation javax.persistence.MappedSuperclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NamedColumnAnnotation
Common protocol among javax.persistence.Column javax.persistence.JoinColumn javax.persistence.DiscriminatorColumn javax.persistence.PrimaryKeyJoinColumn. |
interface |
NamedNativeQueriesAnnotation
Corresponds to the JPA annotation javax.persistence.NamedNativeQueries Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NamedNativeQueryAnnotation
Corresponds to the JPA annotation javax.persistence.NamedNativeQuery Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NamedQueriesAnnotation
Corresponds to the JPA annotation javax.persistence.NamedQueries Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NamedQueryAnnotation
Corresponds to the JPA annotation javax.persistence.NamedQuery Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NestableAnnotation
Interface for dealing with annotations that can be "nested" within other annotations, typically within arrays. |
interface |
NestableAssociationOverrideAnnotation
Corresponds to the JPA annotation javax.persistence.AssociationOverride Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NestableAttributeOverrideAnnotation
Corresponds to the JPA annotation javax.persistence.AttributeOverride Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NestableColumnAnnotation
Corresponds to the JPA annotation javax.persistence.Column Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NestableJoinColumnAnnotation
Corresponds to the JPA annotation javax.persistence.JoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NestableJoinTableAnnotation
Corresponds to the JPA annotation javax.persistence.JoinTable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NestableNamedNativeQueryAnnotation
Corresponds to the JPA annotation javax.persistence.NamedNativeQuery Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NestableNamedQueryAnnotation
Corresponds to the JPA annotation javax.persistence.NamedQuery Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NestablePrimaryKeyJoinColumnAnnotation
Corresponds to the JPA annotation javax.persistence.PrimaryKeyJoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NestableQueryHintAnnotation
Corresponds to the JPA annotation javax.persistence.QueryHint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NestableSecondaryTableAnnotation
Corresponds to the JPA annotation javax.persistence.SecondaryTable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NestableUniqueConstraintAnnotation
Corresponds to the JPA annotation javax.persistence.UniqueConstraint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OneToManyAnnotation
Corresponds to the JPA annotation javax.persistence.OneToMany Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OneToOneAnnotation
Corresponds to the JPA annotation javax.persistence.OneToOne Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrderByAnnotation
Corresponds to the JPA annotation javax.persistence.OrderBy Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OverrideAnnotation
Common protocol for javax.persistence.AttributeOverride javax.persistence.AssociationOverride Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OwnableRelationshipMappingAnnotation
Represents a relationship mapping annotation that may have the 'mappedBy' element: javax.persistence.ManyToMany javax.persistence.OneToMany javax.persistence.OneToOne Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
PrimaryKeyJoinColumnAnnotation
Corresponds to the JPA annotation javax.persistence.PrimaryKeyJoinColumn Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
PrimaryKeyJoinColumnsAnnotation
Corresponds to the JPA annotation javax.persistence.PrimaryKeyJoinColumns Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
QueryHintAnnotation
Corresponds to the JPA annotation javax.persistence.QueryHint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
ReferenceTableAnnotation
Corresponds to the JPA annotations javax.persistence.JoinTable javax.persistence.CollectionTable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
RelationshipMappingAnnotation
Common protocol among javax.persistence.ManyToOne javax.persistence.ManyToMany javax.persistence.OneToMany javax.persistence.OneToOne Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
SecondaryTableAnnotation
Corresponds to the JPA annotation javax.persistence.SecondaryTable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
SecondaryTablesAnnotation
Corresponds to the JPA annotation javax.persistence.SecondaryTables Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
SequenceGeneratorAnnotation
Corresponds to the JPA annotation javax.persistence.SequenceGenerator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
TableAnnotation
Corresponds to the JPA annotation javax.persistence.Table Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
TableGeneratorAnnotation
Corresponds to the JPA annotation javax.persistence.TableGenerator Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
TemporalAnnotation
Corresponds to the JPA annotation javax.persistence.Temporal Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
TransientAnnotation
Corresponds to the JPA annotation javax.persistence.Transient Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
UniqueConstraintAnnotation
Corresponds to the JPA annotation javax.persistence.UniqueConstraint Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
VersionAnnotation
Corresponds to the JPA annotation javax.persistence.Version Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Model in org.eclipse.jpt.eclipselink.core |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core | |
|---|---|
interface |
EclipseLinkJpaProject
EclipseLink JPA project. |
| Uses of Model in org.eclipse.jpt.eclipselink.core.context |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.context | |
|---|---|
interface |
EclipseLinkBasicCollectionMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkBasicMapMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkBasicMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkCaching
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkChangeTracking
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkConversionValue
Corresponds to a ConversionValue resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkConvert
Corresponds to a Convert resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkConverter
Corresponds to a *CustomConverter resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkCustomConverter
Corresponds to a CustomConverter resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkCustomizer
Corresponds to a Customizer resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkEmbeddable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkEntity
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkExpiryTimeOfDay
Corresponds to a TimeOfDay resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkIdMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkJoinFetch
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkMappedSuperclass
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkMutable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkObjectTypeConverter
Corresponds to a ObjectTypeConverter resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkOneToManyMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkOneToManyRelationshipReference
Represents the RelationshipReference of an
EclipseLinkOneToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
EclipseLinkOneToOneMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkPrivateOwned
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkReadOnly
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkRelationshipMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkStructConverter
Corresponds to a StructConverter resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkTransformationMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkTypeConverter
Corresponds to a TypeConverter resource model object Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkTypeMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkVariableOneToOneMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkVersionMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Model in org.eclipse.jpt.eclipselink.core.context.java |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.context.java | |
|---|---|
interface |
JavaEclipseLinkCaching
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEclipseLinkConverterHolder
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEclipseLinkEmbeddable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEclipseLinkEntity
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEclipseLinkMappedSuperclass
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Model in org.eclipse.jpt.eclipselink.core.context.orm |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.context.orm | |
|---|---|
interface |
EclipseLinkConverterHolder
|
interface |
EclipseLinkEntityMappings
|
interface |
OrmEclipseLinkCaching
|
interface |
OrmEclipseLinkEmbeddable
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
OrmEclipseLinkEntity
|
interface |
OrmEclipseLinkMappedSuperclass
|
| Uses of Model in org.eclipse.jpt.eclipselink.core.context.persistence.caching |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.context.persistence.caching | |
|---|---|
interface |
Caching
Caching |
| Uses of Model in org.eclipse.jpt.eclipselink.core.context.persistence.connection |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.context.persistence.connection | |
|---|---|
interface |
Connection
Connection |
| Uses of Model in org.eclipse.jpt.eclipselink.core.context.persistence.customization |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.context.persistence.customization | |
|---|---|
interface |
Customization
Customization |
| Uses of Model in org.eclipse.jpt.eclipselink.core.context.persistence.general |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.context.persistence.general | |
|---|---|
interface |
GeneralProperties
GeneralProperties |
| Uses of Model in org.eclipse.jpt.eclipselink.core.context.persistence.logging |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.context.persistence.logging | |
|---|---|
interface |
Logging
Logging |
| Uses of Model in org.eclipse.jpt.eclipselink.core.context.persistence.options |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.context.persistence.options | |
|---|---|
interface |
Options
Session Options |
| Uses of Model in org.eclipse.jpt.eclipselink.core.context.persistence.schema.generation |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.context.persistence.schema.generation | |
|---|---|
interface |
SchemaGeneration
SchemaGeneration |
| Uses of Model in org.eclipse.jpt.eclipselink.core.resource.java |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.resource.java | |
|---|---|
interface |
BaseEclipseLinkTypeConverterAnnotation
Common protocol among: org.eclipse.persistence.annotations.TypeConverter org.eclipse.persistence.annotations.ObjectTypeConverter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkBasicCollectionAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.BasicCollection Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkBasicMapAnnotation
Corresponds to the Eclipselink annotation org.eclipse.persistence.annotations.BasicMap Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkCacheAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.Cache Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkChangeTrackingAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.ChangeTracking Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkConversionValueAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.ConversionValue Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkConvertAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.Convert Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkConverterAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.Converter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkCustomizerAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.Customizer Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkExistenceCheckingAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.ExistenceChecking Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkJoinFetchAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.JoinFetch Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkMutableAnnotation
Corresponds to the Eclipselink annotation org.eclipse.persistence.annotations.Mutable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkNamedConverterAnnotation
Common protocol among: org.eclipse.persistence.annotations.Converter org.eclipse.persistence.annotations.StructConverter org.eclipse.persistence.annotations.TypeConverter org.eclipse.persistence.annotations.ObjectTypeConverter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkObjectTypeConverterAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.ObjectTypeConverter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkPrimaryKeyAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.PrimaryKey Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkPrivateOwnedAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.PrivateOwned Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkReadOnlyAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.ReadOnly Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkReadTransformerAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.ReadTransformer Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkStructConverterAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.StructConverter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkTimeOfDayAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.TimeOfDay Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkTransformationAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.Transformation Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkTransformerAnnotation
Common protocol among: org.eclipse.persistence.annotations.ReadTransformer org.eclipse.persistence.annotations.WriteTransformer Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkTypeConverterAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.TypeConverter Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkVariableOneToOneAnnotation
Corresponds to EclipseLink annotation org.eclipse.persistence.annotations.VariableOneToOne Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkWriteTransformerAnnotation
Corresponds to the Eclipselink annotation org.eclipse.persistence.annotations.WriteTransformer Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
NestableEclipseLinkConversionValueAnnotation
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.ConversionValue Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Model in org.eclipse.jpt.eclipselink.core.v2_0.context |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.v2_0.context | |
|---|---|
interface |
EclipseLinkElementCollectionMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkOneToManyMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
EclipseLinkOneToManyRelationshipReference2_0
Represents the RelationshipReference of an
EclipseLinkOneToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
EclipseLinkOneToOneMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Model in org.eclipse.jpt.eclipselink.core.v2_0.context.persistence.connection |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.v2_0.context.persistence.connection | |
|---|---|
interface |
Connection2_0
Connection2_0 |
| Uses of Model in org.eclipse.jpt.eclipselink.core.v2_0.context.persistence.logging |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.v2_0.context.persistence.logging | |
|---|---|
interface |
Logging2_0
Logging2_0 |
| Uses of Model in org.eclipse.jpt.eclipselink.core.v2_0.context.persistence.options |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.v2_0.context.persistence.options | |
|---|---|
interface |
Options2_0
Options2_0 |
| Uses of Model in org.eclipse.jpt.eclipselink.core.v2_0.resource.java |
|---|
| Subinterfaces of Model in org.eclipse.jpt.eclipselink.core.v2_0.resource.java | |
|---|---|
interface |
EclipseLinkClassExtractorAnnotation2_1
Corresponds to the EclipseLink annotation org.eclipse.persistence.annotations.Cache Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Uses of Model in org.eclipse.jpt.utility.model.event |
|---|
| Methods in org.eclipse.jpt.utility.model.event that return Model | |
|---|---|
Model |
ChangeEvent.getSource()
Covariant override. |
| Methods in org.eclipse.jpt.utility.model.event with parameters of type Model | |
|---|---|
CollectionAddEvent |
CollectionAddEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
CollectionChangeEvent |
CollectionChangeEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
CollectionClearEvent |
CollectionClearEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
CollectionRemoveEvent |
CollectionRemoveEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
ListAddEvent |
ListAddEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
ListChangeEvent |
ListChangeEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
ListClearEvent |
ListClearEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
ListMoveEvent |
ListMoveEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
ListRemoveEvent |
ListRemoveEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
ListReplaceEvent |
ListReplaceEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
PropertyChangeEvent |
PropertyChangeEvent.clone(Model newSource)
|
StateChangeEvent |
StateChangeEvent.clone(Model newSource)
|
TreeAddEvent |
TreeAddEvent.clone(Model newSource)
|
TreeChangeEvent |
TreeChangeEvent.clone(Model newSource)
|
TreeClearEvent |
TreeClearEvent.clone(Model newSource)
Return a copy of the event with the specified source replacing the current source. |
TreeRemoveEvent |
TreeRemoveEvent.clone(Model newSource)
|
CollectionAddEvent |
CollectionAddEvent.clone(Model newSource,
java.lang.String newCollectionName)
Return a copy of the event with the specified source and collection name replacing the current source and collection name. |
CollectionChangeEvent |
CollectionChangeEvent.clone(Model newSource,
java.lang.String newCollectionName)
Return a copy of the event with the specified source and collection name replacing the current source and collection name. |
CollectionClearEvent |
CollectionClearEvent.clone(Model newSource,
java.lang.String newCollectionName)
Return a copy of the event with the specified source and collection name replacing the current source and collection name. |
CollectionRemoveEvent |
CollectionRemoveEvent.clone(Model newSource,
java.lang.String newCollectionName)
Return a copy of the event with the specified source and collection name replacing the current source and collection name. |
ListAddEvent |
ListAddEvent.clone(Model newSource,
java.lang.String newListName)
Return a copy of the event with the specified source and list name replacing the current source and list name. |
ListChangeEvent |
ListChangeEvent.clone(Model newSource,
java.lang.String newListName)
Return a copy of the event with the specified source and list name replacing the current source and list name. |
ListClearEvent |
ListClearEvent.clone(Model newSource,
java.lang.String newListName)
Return a copy of the event with the specified source and list name replacing the current source and list name. |
ListMoveEvent |
ListMoveEvent.clone(Model newSource,
java.lang.String newListName)
Return a copy of the event with the specified source and list name replacing the current source and list name. |
ListRemoveEvent |
ListRemoveEvent.clone(Model newSource,
java.lang.String newListName)
Return a copy of the event with the specified source and list name replacing the current source and list name. |
ListReplaceEvent |
ListReplaceEvent.clone(Model newSource,
java.lang.String newListName)
Return a copy of the event with the specified source and list name replacing the current source and list name. |
PropertyChangeEvent |
PropertyChangeEvent.clone(Model newSource,
java.lang.String newPropertyName)
Return a copy of the event with the specified source and property name replacing the current source and property name. |
TreeAddEvent |
TreeAddEvent.clone(Model newSource,
java.lang.String newTreeName)
Return a copy of the event with the specified source and tree name replacing the current source and tree name. |
TreeChangeEvent |
TreeChangeEvent.clone(Model newSource,
java.lang.String newTreeName)
Return a copy of the event with the specified source and tree name replacing the current source and tree name. |
TreeClearEvent |
TreeClearEvent.clone(Model newSource,
java.lang.String newCollectionName)
Return a copy of the event with the specified source and collection name replacing the current source and collection name. |
TreeRemoveEvent |
TreeRemoveEvent.clone(Model newSource,
java.lang.String newTreeName)
Return a copy of the event with the specified source and tree name replacing the current source and tree name. |
ListAddEvent |
ListAddEvent.clone(Model newSource,
java.lang.String newListName,
int offset)
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. |
ListMoveEvent |
ListMoveEvent.clone(Model newSource,
java.lang.String newListName,
int offset)
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. |
ListRemoveEvent |
ListRemoveEvent.clone(Model newSource,
java.lang.String newListName,
int offset)
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. |
ListReplaceEvent |
ListReplaceEvent.clone(Model newSource,
java.lang.String newListName,
int offset)
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. |
| Constructors in org.eclipse.jpt.utility.model.event with parameters of type Model | |
|---|---|
CollectionAddEvent(Model source,
java.lang.String collectionName,
java.util.Collection<?> items)
Construct a new collection add event. |
|
CollectionAddEvent(Model source,
java.lang.String collectionName,
java.lang.Object item)
Construct a new collection add event. |
|
CollectionChangeEvent(Model source,
java.lang.String collectionName,
java.util.Collection<?> collection)
Construct a new collection change event. |
|
CollectionClearEvent(Model source,
java.lang.String collectionName)
Construct a new collection clear event. |
|
CollectionEvent(Model source,
java.lang.String collectionName)
Construct a new collection event. |
|
CollectionRemoveEvent(Model source,
java.lang.String collectionName,
java.util.Collection<?> items)
Construct a new collection remove event. |
|
CollectionRemoveEvent(Model source,
java.lang.String collectionName,
java.lang.Object item)
Construct a new collection remove event. |
|
ListAddEvent(Model source,
java.lang.String listName,
int index,
java.util.List<?> items)
Construct a new list add event. |
|
ListAddEvent(Model source,
java.lang.String listName,
int index,
java.lang.Object item)
Construct a new list add event. |
|
ListChangeEvent(Model source,
java.lang.String listName,
java.util.List<?> list)
Construct a new list change event. |
|
ListClearEvent(Model source,
java.lang.String listName)
Construct a new list clear event. |
|
ListEvent(Model source,
java.lang.String listName)
Construct a new list event. |
|
ListMoveEvent(Model source,
java.lang.String listName,
int targetIndex,
int sourceIndex,
int length)
Construct a new list move event. |
|
ListRemoveEvent(Model source,
java.lang.String listName,
int index,
java.util.Collection<?> items)
Construct a new list remove event. |
|
ListRemoveEvent(Model source,
java.lang.String listName,
int index,
java.lang.Object item)
Construct a new list remove event. |
|
ListReplaceEvent(Model source,
java.lang.String listName,
int index,
java.util.List<?> newItems,
java.util.List<?> oldItems)
Construct a new list replace event for a list of replaced items. |
|
ListReplaceEvent(Model source,
java.lang.String listName,
int index,
java.lang.Object newItem,
java.lang.Object oldItem)
Construct a new list replace event for a list of replaced items. |
|
PropertyChangeEvent(Model source,
java.lang.String propertyName,
java.lang.Object oldValue,
java.lang.Object newValue)
Construct a new property change event. |
|
StateChangeEvent(Model source)
Construct a new state change event. |
|
TreeAddEvent(Model source,
java.lang.String treeName,
java.util.List<?> path)
Construct a new tree add event. |
|
TreeChangeEvent(Model source,
java.lang.String treeName,
java.util.Collection<?> nodes)
Construct a new tree change event. |
|
TreeClearEvent(Model source,
java.lang.String treeName)
Construct a new tree clear event. |
|
TreeEvent(Model source,
java.lang.String treeName)
Construct a new tree event. |
|
TreeRemoveEvent(Model source,
java.lang.String treeName,
java.util.List<?> path)
Construct a new tree remove event. |
|
| Uses of Model in org.eclipse.jpt.utility.model.value |
|---|
| Subinterfaces of Model in org.eclipse.jpt.utility.model.value | |
|---|---|
interface |
CollectionValueModel<E>
Interface used to abstract collection accessing and change notification and make it more pluggable. |
interface |
ListValueModel<E>
Interface used to abstract list accessing and change notification and make it more pluggable. |
interface |
PropertyValueModel<T>
Interface used to abstract property accessing and change notification and make it more pluggable. |
interface |
TreeNodeValueModel<T>
Extend WritablePropertyValueModel to better support
org.eclipse.jpt.utility.internal.model.value.swing.TreeModelAdapter. |
interface |
TreeValueModel<E>
Interface used to abstract tree accessing and change notification and make it more pluggable. |
interface |
WritableCollectionValueModel<E>
Extend CollectionValueModel to allow the setting of the
collection's values. |
interface |
WritableListValueModel<E>
Extend ListValueModel to allow the setting of the
lists's values. |
interface |
WritablePropertyValueModel<T>
Extend PropertyValueModel to allow the setting of the property's value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||