Uses of Interface
org.eclipse.jpt.core.resource.common.JpaEObject

Packages that use JpaEObject
org.eclipse.jpt.core.resource.common   
org.eclipse.jpt.core.resource.orm   
org.eclipse.jpt.core.resource.persistence   
 

Uses of JpaEObject in org.eclipse.jpt.core.resource.common
 

Classes in org.eclipse.jpt.core.resource.common that implement JpaEObject
 class AbstractJpaEObject
          A representation of the model object 'Xml EObject'.
 

Methods in org.eclipse.jpt.core.resource.common that return JpaEObject
 JpaEObject AbstractJpaEObject.getRoot()
           
 JpaEObject JpaEObject.getRoot()
          Return the root object of the model
 

Uses of JpaEObject in org.eclipse.jpt.core.resource.orm
 

Subinterfaces of JpaEObject in org.eclipse.jpt.core.resource.orm
 interface BaseXmlEmbedded
          A representation of the model object 'Base Xml Embedded'.
 interface CascadeType
          A representation of the model object 'Cascade Type'.
 interface ColumnMapping
          A representation of the model object 'Column Mapping'.
 interface MapKey
          A representation of the model object 'Map Key'.
 interface XmlAbstractColumn
          A representation of the model object 'Abstract Column'.
 interface XmlAssociationOverride
          A representation of the model object 'Association Override'.
 interface XmlAttributeMapping
          A representation of the model object 'Attribute Mapping'.
 interface XmlAttributeOverride
          A representation of the model object 'Attribute Override'.
 interface XmlBaseTable
          A representation of the model object 'Xml Base Table'.
 interface XmlBasic
          A representation of the model object 'Basic'.
 interface XmlColumn
          A representation of the model object 'Column'.
 interface XmlEmbedded
          A representation of the model object 'Embedded'.
 interface XmlEmbeddedId
          A representation of the model object 'Embedded Id'.
 interface XmlGeneratedValue
          A representation of the model object 'Generated Value'.
 interface XmlGenerator
          A representation of the model object 'Generator'.
 interface XmlId
          A representation of the model object 'Id'.
 interface XmlJoinColumn
          A representation of the model object 'Join Column'.
 interface XmlJoinTable
          A representation of the model object 'Join Table'.
 interface XmlManyToMany
          A representation of the model object 'Many To Many'.
 interface XmlManyToOne
          A representation of the model object 'Many To One'.
 interface XmlMultiRelationshipMapping
          A representation of the model object 'Multi Relationship Mapping'.
 interface XmlNamedColumn
          A representation of the model object 'Named Column'.
 interface XmlNullAttributeMapping
          A representation of the model object 'Xml Null Attribute Mapping'.
 interface XmlOneToMany
          A representation of the model object 'One To Many'.
 interface XmlOneToOne
          A representation of the model object 'One To One'.
 interface XmlPrimaryKeyJoinColumn
          A representation of the model object 'Primary Key Join Column'.
 interface XmlQuery
          A representation of the model object 'Query'.
 interface XmlRelationshipMapping
          A representation of the model object 'Relationship Mapping'.
 interface XmlSecondaryTable
          A representation of the model object 'Secondary Table'.
 interface XmlSequenceGenerator
          A representation of the model object 'Sequence Generator'.
 interface XmlSingleRelationshipMapping
          A representation of the model object 'Single Relationship Mapping'.
 interface XmlTableGenerator
          A representation of the model object 'Table Generator'.
 interface XmlTransient
          A representation of the model object 'Transient'.
 interface XmlUniqueConstraint
          A representation of the model object 'Xml Unique Constraint'.
 interface XmlVersion
          A representation of the model object 'Version'.
 

Classes in org.eclipse.jpt.core.resource.orm that implement JpaEObject
 class AbstractXmlAbstractColumn
          A representation of the model object 'Abstract Xml Abstract Column'.
 class AbstractXmlAttributeMapping
          A representation of the model object 'Abstract Xml Attribute Mapping'.
 class AbstractXmlBaseTable
          A representation of the model object 'Abstract Xml Base Table'.
 class AbstractXmlNamedColumn
          A representation of the model object 'Abstract Xml Named Column'.
 class AbstractXmlTypeMapping
          A representation of the model object 'Type Mapping'.
 class Attributes
          A representation of the model object 'Attributes'.
 class CascadeTypeImpl
          A representation of the model object 'Cascade Type'.
 class ColumnResult
          A representation of the model object 'Column Result'.
 class EntityListener
          A representation of the model object 'Entity Listener'.
 class EntityListeners
          A representation of the model object 'Entity Listeners'.
 class EntityResult
          A representation of the model object 'Entity Result'.
 class EventMethod
          A representation of the model object 'Event Method'.
 class FieldResult
          A representation of the model object 'Field Result'.
 class Inheritance
          A representation of the model object 'Inheritance'.
 class Lob
          A representation of the model object 'Lob'.
 class MapKeyImpl
          A representation of the model object 'Map Key'.
 class PostLoad
          A representation of the model object 'Post Load'.
 class PostPersist
          A representation of the model object 'Post Persist'.
 class PostRemove
          A representation of the model object 'Post Remove'.
 class PostUpdate
          A representation of the model object 'Post Update'.
 class PrePersist
          A representation of the model object 'Pre Persist'.
 class PreRemove
          A representation of the model object 'Pre Remove'.
 class PreUpdate
          A representation of the model object 'Pre Update'.
 class SqlResultSetMapping
          A representation of the model object 'Sql Result Set Mapping'.
 class XmlAssociationOverrideImpl
          A representation of the model object 'Xml Association Override Impl'.
 class XmlAttributeOverrideImpl
          A representation of the model object 'Attribute Override'.
 class XmlBasicImpl
          A representation of the model object 'Basic Impl'.
 class XmlColumnImpl
          A representation of the model object 'Column Impl'.
 class XmlDiscriminatorColumn
          A representation of the model object 'Discriminator Column'.
 class XmlEmbeddable
          A representation of the model object 'Embeddable'.
 class XmlEmbeddedIdImpl
          A representation of the model object 'Embedded Id'.
 class XmlEmbeddedImpl
          A representation of the model object 'Embedded'.
 class XmlEntity
          A representation of the model object 'Entity'.
 class XmlEntityMappings
          A representation of the model object 'Entity Mappings'.
 class XmlGeneratedValueImpl
          A representation of the model object 'Generated Value'.
 class XmlIdClass
          A representation of the model object 'Id Class'.
 class XmlIdImpl
          A representation of the model object 'Id'.
 class XmlJoinColumnImpl
          A representation of the model object 'Join Column'.
 class XmlJoinTableImpl
          A representation of the model object 'Join Table'.
 class XmlManyToManyImpl
          A representation of the model object 'Many To Many'.
 class XmlManyToOneImpl
          A representation of the model object 'Many To One'.
 class XmlMappedSuperclass
          A representation of the model object 'Mapped Superclass'.
 class XmlNamedNativeQuery
          A representation of the model object 'Named Native Query'.
 class XmlNamedQuery
          A representation of the model object 'Named Query'.
 class XmlOneToManyImpl
          A representation of the model object 'One To Many'.
 class XmlOneToOneImpl
          A representation of the model object 'One To One'.
 class XmlPersistenceUnitDefaults
          A representation of the model object 'XmlPersistence Unit Defaults'.
 class XmlPersistenceUnitMetadata
          A representation of the model object 'XmlPersistence Unit Metadata'.
 class XmlPrimaryKeyJoinColumnImpl
          A representation of the model object 'Xml Primary Key Join Column Impl'.
 class XmlQueryHint
          A representation of the model object 'Query Hint'.
 class XmlSecondaryTableImpl
          A representation of the model object 'Xml Secondary Table Impl'.
 class XmlSequenceGeneratorImpl
          A representation of the model object 'Sequence Generator'.
 class XmlTable
          A representation of the model object 'Table'.
 class XmlTableGeneratorImpl
          A representation of the model object 'Table Generator'.
 class XmlTransientImpl
          A representation of the model object 'Transient'.
 class XmlUniqueConstraintImpl
          A representation of the model object 'Unique Constraint'.
 class XmlVersionImpl
          A representation of the model object 'Version'.
 

Methods in org.eclipse.jpt.core.resource.orm that return JpaEObject
 JpaEObject XmlEntityMappings.getRoot()
           
 

Uses of JpaEObject in org.eclipse.jpt.core.resource.persistence
 

Classes in org.eclipse.jpt.core.resource.persistence that implement JpaEObject
 class XmlJavaClassRef
          A representation of the model object 'Java Class Ref'.
 class XmlMappingFileRef
          A representation of the model object 'Mapping File Ref'.
 class XmlPersistence
          A representation of the model object 'XmlPersistence'.
 class XmlPersistenceUnit
          A representation of the model object 'Unit'.
 class XmlProperties
          A representation of the model object 'XmlProperties'.
 class XmlProperty
          A representation of the model object 'XmlProperty'.
 

Methods in org.eclipse.jpt.core.resource.persistence that return JpaEObject
 JpaEObject XmlPersistence.getRoot()