|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessType | |
|---|---|
| org.eclipse.jpt.jpa.core.context | |
| org.eclipse.jpt.jpa.core.context.orm | |
| org.eclipse.jpt.jpa.core.context.persistence | |
| Uses of AccessType in org.eclipse.jpt.jpa.core.context |
|---|
| Methods in org.eclipse.jpt.jpa.core.context that return AccessType | |
|---|---|
static AccessType |
AccessType.fromJavaResourceModel(AccessType javaAccessType)
|
static AccessType |
AccessType.fromOrmResourceModel(AccessType ormAccessType)
|
AccessType |
ReadOnlyAccessHolder.getAccess()
Return the access type, whether specified or defaulted. |
AccessType |
MappingFileRoot.getAccess()
Return the specified access if present, otherwise return the default access. |
AccessType |
MappingFilePersistenceUnitDefaults.getAccess()
Return the access type for all managed classes in the persistence unit, unless overridden by a local annotation or XML setting. |
AccessType |
AccessHolder.getDefaultAccess()
Return the default access type, never null |
AccessType |
PersistentType.Owner.getDefaultPersistentTypeAccess()
Return the client persistent type's default access type; null if there is no such access default. |
AccessType |
PersistentType.Owner.getOverridePersistentTypeAccess()
Return the access type that overrides the client persistent type's access type; null if there is no such access override. |
AccessType |
PersistentType.getOwnerDefaultAccess()
Return the client persistent type's default access type; null if there is no such access default. |
AccessType |
PersistentType.getOwnerOverrideAccess()
Return the access type that overrides the client persistent type's access type; null if there is no such access override. |
AccessType |
AccessHolder.getSpecifiedAccess()
Return the specified access type; |
static AccessType |
AccessType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccessType[] |
AccessType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.eclipse.jpt.jpa.core.context with parameters of type AccessType | |
|---|---|
void |
AccessHolder.setSpecifiedAccess(AccessType newSpecifiedAccess)
Set the specified access type. |
static AccessType |
AccessType.toJavaResourceModel(AccessType accessType)
|
static AccessType |
AccessType.toOrmResourceModel(AccessType accessType)
|
| Uses of AccessType in org.eclipse.jpt.jpa.core.context.orm |
|---|
| Methods in org.eclipse.jpt.jpa.core.context.orm that return AccessType | |
|---|---|
AccessType |
EntityMappings.getDefaultAccess()
|
AccessType |
EntityMappings.getSpecifiedAccess()
|
| Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type AccessType | |
|---|---|
void |
OrmPersistenceUnitDefaults.setAccess(AccessType value)
|
void |
EntityMappings.setSpecifiedAccess(AccessType access)
|
| Uses of AccessType in org.eclipse.jpt.jpa.core.context.persistence |
|---|
| Methods in org.eclipse.jpt.jpa.core.context.persistence that return AccessType | |
|---|---|
AccessType |
PersistenceUnit.getDefaultAccess()
Return the default access type from the first persistence unit metadata found in the persistence unit's list of mapping files. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||