org.eclipse.jpt.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.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
 
Method Summary
 EclipseLinkConverterHolder getConverterHolder()
           
 
Methods inherited from interface org.eclipse.jpt.core.context.orm.EntityMappings
addPersistentType, addSequenceGenerator, addTableGenerator, changeMapping, containsOffset, containsPersistentType, getAccess, getCatalog, getDbCatalog, getDbSchema, getDbSchemaContainer, getDefaultAccess, getDefaultCatalog, getDefaultPersistentTypePackage, getDefaultSchema, getDescription, getPackage, getPersistenceUnitDefaults, getPersistenceUnitMetadata, getPersistentType, getPersistentTypes, getPersistentTypesSize, getQueryContainer, getSchema, getSequenceGenerators, getSequenceGeneratorsSize, getSpecifiedAccess, getSpecifiedCatalog, getSpecifiedSchema, getTableGenerators, getTableGeneratorsSize, getVersion, getXmlEntityMappings, isDefaultPersistentTypeMetadataComplete, moveSequenceGenerator, moveTableGenerator, removePersistentType, removePersistentType, removeSequenceGenerator, removeSequenceGenerator, removeTableGenerator, removeTableGenerator, resolveJavaResourcePersistentType, resolvePersistentType, setDescription, setPackage, setSpecifiedAccess, setSpecifiedCatalog, setSpecifiedSchema, update
 
Methods inherited from interface org.eclipse.jpt.core.context.XmlContextNode
getValidationTextRange, validate
 
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, getResourceType, postUpdate
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent
 
Methods inherited from interface org.eclipse.jpt.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.core.IResourcePart
getResource
 
Methods inherited from interface org.eclipse.jpt.core.JpaStructureNode
dispose, getId, getResourceType, getSelectionTextRange, getStructureNode
 
Methods inherited from interface org.eclipse.jpt.core.context.PersistentType.Owner
getDefaultPersistentTypeAccess, getOverridePersistentTypeAccess
 

Method Detail

getConverterHolder

EclipseLinkConverterHolder getConverterHolder()