org.eclipse.jpt.jpa.core.context
Interface PersistentType.Owner

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IResourcePart, JpaContextNode, JpaNode, Model
All Known Subinterfaces:
ClassRef, EclipseLinkEntityMappings, EntityMappings, IdClassReference, JavaIdClassReference, OrmIdClassReference, OrmPersistentType, OrmPersistentType2_0
Enclosing interface:
PersistentType

public static interface PersistentType.Owner
extends JpaContextNode


Method Summary
 AccessType getDefaultPersistentTypeAccess()
          Return the client persistent type's default access type; null if there is no such access default.
 AccessType getOverridePersistentTypeAccess()
          Return the access type that overrides the client persistent type's access type; null if there is no such access override.
 
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, getParent, 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
 

Method Detail

getOverridePersistentTypeAccess

AccessType getOverridePersistentTypeAccess()
Return the access type that overrides the client persistent type's access type; null if there is no such access override.


getDefaultPersistentTypeAccess

AccessType getDefaultPersistentTypeAccess()
Return the client persistent type's default access type; null if there is no such access default.