Package | Description |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected AccessType |
OneToOne.access |
protected AccessType |
Basic.access |
protected AccessType |
Entity.access |
protected AccessType |
Embedded.access |
protected AccessType |
PersistenceUnitDefaults.access |
protected AccessType |
OneToMany.access |
protected AccessType |
EntityMappings.access |
protected AccessType |
EmbeddedId.access |
protected AccessType |
ManyToOne.access |
protected AccessType |
MappedSuperclass.access |
protected AccessType |
Embeddable.access |
protected AccessType |
ElementCollection.access |
protected AccessType |
Version.access |
protected AccessType |
Id.access |
protected AccessType |
ManyToMany.access |
Modifier and Type | Method and Description |
---|---|
static AccessType |
AccessType.fromValue(java.lang.String v) |
AccessType |
OneToOne.getAccess()
Gets the value of the access property.
|
AccessType |
Basic.getAccess()
Gets the value of the access property.
|
AccessType |
Entity.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 |
OneToMany.getAccess()
Gets the value of the access property.
|
AccessType |
EntityMappings.getAccess()
Gets the value of the access property.
|
AccessType |
EmbeddedId.getAccess()
Gets the value of the access property.
|
AccessType |
ManyToOne.getAccess()
Gets the value of the access property.
|
AccessType |
MappedSuperclass.getAccess()
Gets the value of the access property.
|
AccessType |
Embeddable.getAccess()
Gets the value of the access property.
|
AccessType |
ElementCollection.getAccess()
Gets the value of the access property.
|
AccessType |
Version.getAccess()
Gets the value of the access property.
|
AccessType |
Id.getAccess()
Gets the value of the access property.
|
AccessType |
ManyToMany.getAccess()
Gets the value of the access property.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
OneToOne.setAccess(AccessType value)
Sets the value of the access property.
|
void |
Basic.setAccess(AccessType value)
Sets the value of the access property.
|
void |
Entity.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 |
OneToMany.setAccess(AccessType value)
Sets the value of the access property.
|
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 |
ManyToOne.setAccess(AccessType value)
Sets the value of the access property.
|
void |
MappedSuperclass.setAccess(AccessType value)
Sets the value of the access property.
|
void |
Embeddable.setAccess(AccessType value)
Sets the value of the access property.
|
void |
ElementCollection.setAccess(AccessType value)
Sets the value of the access property.
|
void |
Version.setAccess(AccessType value)
Sets the value of the access property.
|
void |
Id.setAccess(AccessType value)
Sets the value of the access property.
|
void |
ManyToMany.setAccess(AccessType value)
Sets the value of the access property.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.