|
||||||||||
| 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 |
EntityMappings.access
|
protected AccessType |
EmbeddedId.access
|
protected AccessType |
ManyToMany.access
|
protected AccessType |
OneToOne.access
|
protected AccessType |
MappedSuperclass.access
|
protected AccessType |
Entity.access
|
protected AccessType |
Version.access
|
protected AccessType |
ElementCollection.access
|
protected AccessType |
Embedded.access
|
protected AccessType |
PersistenceUnitDefaults.access
|
protected AccessType |
Id.access
|
protected AccessType |
Embeddable.access
|
protected AccessType |
ManyToOne.access
|
protected AccessType |
Basic.access
|
| Methods in org.apache.openejb.jee.jpa that return AccessType | |
|---|---|
static AccessType |
AccessType.fromValue(String v)
|
AccessType |
EntityMappings.getAccess()
Gets the value of the access property. |
AccessType |
EmbeddedId.getAccess()
Gets the value of the access property. |
AccessType |
ManyToMany.getAccess()
Gets the value of the access property. |
AccessType |
OneToOne.getAccess()
Gets the value of the access property. |
AccessType |
MappedSuperclass.getAccess()
Gets the value of the access property. |
AccessType |
Entity.getAccess()
Gets the value of the access property. |
AccessType |
Mapping.getAccess()
|
AccessType |
Version.getAccess()
Gets the value of the access property. |
AccessType |
ElementCollection.getAccess()
Gets the value of the access property. |
AccessType |
Embedded.getAccess()
Gets the value of the access property. |
AccessType |
PersistenceUnitDefaults.getAccess()
Gets the value of the access property. |
AccessType |
Id.getAccess()
Gets the value of the access property. |
AccessType |
Embeddable.getAccess()
Gets the value of the access property. |
AccessType |
ManyToOne.getAccess()
Gets the value of the access property. |
AccessType |
Basic.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 |
EntityMappings.setAccess(AccessType value)
Sets the value of the access property. |
void |
EmbeddedId.setAccess(AccessType value)
Sets the value of the access property. |
void |
ManyToMany.setAccess(AccessType value)
Sets the value of the access property. |
void |
OneToOne.setAccess(AccessType value)
Sets the value of the access property. |
void |
MappedSuperclass.setAccess(AccessType value)
Sets the value of the access property. |
void |
Entity.setAccess(AccessType value)
Sets the value of the access property. |
void |
Mapping.setAccess(AccessType value)
|
void |
Version.setAccess(AccessType value)
Sets the value of the access property. |
void |
ElementCollection.setAccess(AccessType value)
Sets the value of the access property. |
void |
Embedded.setAccess(AccessType value)
Sets the value of the access property. |
void |
PersistenceUnitDefaults.setAccess(AccessType value)
Sets the value of the access property. |
void |
Id.setAccess(AccessType value)
Sets the value of the access property. |
void |
Embeddable.setAccess(AccessType value)
Sets the value of the access property. |
void |
ManyToOne.setAccess(AccessType value)
Sets the value of the access property. |
void |
Basic.setAccess(AccessType value)
Sets the value of the access property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||