org.eclipse.jpt.jpa.eclipselink.core.context.orm
Interface EclipseLinkEntityMappings

All Superinterfaces:
EntityMappings, org.eclipse.core.runtime.IAdaptable, IResourcePart, JpaContextNode, JpaNode, JpaStructureNode, MappingFileRoot, Model, PersistentType.Owner, PersistentTypeContainer, XmlContextNode

public interface EclipseLinkEntityMappings
extends EntityMappings


Field Summary
 
Fields inherited from interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
DEFAULT_ACCESS_PROPERTY, DEFAULT_CATALOG_PROPERTY, DEFAULT_SCHEMA_PROPERTY, DESCRIPTION_PROPERTY, PACKAGE_PROPERTY, PERSISTENT_TYPES_LIST, SEQUENCE_GENERATORS_LIST, SPECIFIED_ACCESS_PROPERTY, SPECIFIED_CATALOG_PROPERTY, SPECIFIED_SCHEMA_PROPERTY, TABLE_GENERATORS_LIST
 
Fields inherited from interface org.eclipse.jpt.jpa.core.context.persistence.PersistentTypeContainer
TRANSFORMER
 
Method Summary
 OrmEclipseLinkConverterContainer getConverterContainer()
           
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.orm.EntityMappings
addPersistentType, addSequenceGenerator, addSequenceGenerator, addTableGenerator, addTableGenerator, changeMapping, containsOffset, containsPersistentType, createDeleteTypeEdits, createMoveTypeEdits, createRenamePackageEdits, createRenameTypeEdits, getDbCatalog, getDbSchema, getDbSchemaContainer, getDefaultAccess, getDefaultCatalog, getDefaultPersistentTypePackage, getDefaultSchema, getDescription, getPackage, getParent, getPersistenceUnitMetadata, getPersistentType, getPersistentTypes, getPersistentTypesSize, getQueryContainer, getSequenceGenerators, getSequenceGeneratorsSize, getSpecifiedAccess, getSpecifiedCatalog, getSpecifiedSchema, getTableGenerators, getTableGeneratorsSize, getVersion, getXmlEntityMappings, moveSequenceGenerator, moveTableGenerator, removePersistentType, removePersistentType, removeSequenceGenerator, removeSequenceGenerator, removeTableGenerator, removeTableGenerator, resolveJavaResourcePersistentType, resolvePersistentType, setDescription, setPackage, setSpecifiedAccess, setSpecifiedCatalog, setSpecifiedSchema
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.MappingFileRoot
getAccess, getCatalog, getSchema
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.XmlContextNode
getValidationTextRange, validate
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaContextNode
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, getResourceType, synchronizeWithResourceModel, update
 
Methods inherited from interface org.eclipse.jpt.jpa.core.JpaNode
getJpaProject, stateChanged
 
Methods inherited from interface org.eclipse.jpt.common.utility.model.Model
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.common.core.IResourcePart
getResource
 
Methods inherited from interface org.eclipse.jpt.jpa.core.JpaStructureNode
dispose, getId, getResourceType, getSelectionTextRange, getStructureNode
 
Methods inherited from interface org.eclipse.jpt.jpa.core.context.PersistentType.Owner
getDefaultPersistentTypeAccess, getOverridePersistentTypeAccess
 

Method Detail

getConverterContainer

OrmEclipseLinkConverterContainer getConverterContainer()