|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessType | |
---|---|
org.apache.openejb.jee.jpa | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
Uses of AccessType in org.apache.openejb.jee.jpa |
---|
Fields in org.apache.openejb.jee.jpa declared as AccessType | |
---|---|
protected AccessType |
Entity.access
|
protected AccessType |
Embeddable.access
|
protected AccessType |
EntityMappings.access
|
protected AccessType |
PersistenceUnitDefaults.access
|
protected AccessType |
MappedSuperclass.access
|
Methods in org.apache.openejb.jee.jpa that return AccessType | |
---|---|
static AccessType |
AccessType.fromValue(String v)
|
AccessType |
Entity.getAccess()
Gets the value of the access property. |
AccessType |
Mapping.getAccess()
|
AccessType |
Embeddable.getAccess()
Gets the value of the access property. |
AccessType |
EntityMappings.getAccess()
Gets the value of the access property. |
AccessType |
PersistenceUnitDefaults.getAccess()
Gets the value of the access property. |
AccessType |
MappedSuperclass.getAccess()
Gets the value of the access property. |
static AccessType |
AccessType.valueOf(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.apache.openejb.jee.jpa with parameters of type AccessType | |
---|---|
void |
Entity.setAccess(AccessType value)
Sets the value of the access property. |
void |
Mapping.setAccess(AccessType value)
|
void |
Embeddable.setAccess(AccessType value)
Sets the value of the access property. |
void |
EntityMappings.setAccess(AccessType value)
Sets the value of the access property. |
void |
PersistenceUnitDefaults.setAccess(AccessType value)
Sets the value of the access property. |
void |
MappedSuperclass.setAccess(AccessType value)
Sets the value of the access property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |