org.eclipse.jpt.core.context
Interface PersistentTypeContext

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IResourcePart, JpaContextNode, JpaNode, Model
All Known Subinterfaces:
EntityMappings, OrmEmbeddable, OrmEntity, OrmMappedSuperclass, OrmPersistentTypeContext, OrmTypeMapping

public interface PersistentTypeContext
extends JpaContextNode


Method Summary
 AccessType getDefaultPersistentTypeAccess()
          Return the default access type to be applied to the owned persistent type, null if no default applies
 AccessType getOverridePersistentTypeAccess()
          Return the access type that overrides any access specified locally for the owned persistent type, null if there is no such access override
 
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode
getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent
 
Methods inherited from interface org.eclipse.jpt.utility.model.Model
addCollectionChangeListener, addCollectionChangeListener, addListChangeListener, addListChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, addTreeChangeListener, removeCollectionChangeListener, removeCollectionChangeListener, removeListChangeListener, removeListChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 
Methods inherited from interface org.eclipse.jpt.core.IResourcePart
getResource
 

Method Detail

getOverridePersistentTypeAccess

AccessType getOverridePersistentTypeAccess()
Return the access type that overrides any access specified locally for the owned persistent type, null if there is no such access override


getDefaultPersistentTypeAccess

AccessType getDefaultPersistentTypeAccess()
Return the default access type to be applied to the owned persistent type, null if no default applies