Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.orm | |
org.hibernate.metamodel.source.annotations.xml.mocker |
Modifier and Type | Field and Description |
---|---|
protected JaxbAccessType |
JaxbVersion.access |
protected JaxbAccessType |
JaxbPersistenceUnitDefaults.access |
protected JaxbAccessType |
JaxbOneToOne.access |
protected JaxbAccessType |
JaxbOneToMany.access |
protected JaxbAccessType |
JaxbMappedSuperclass.access |
protected JaxbAccessType |
JaxbManyToOne.access |
protected JaxbAccessType |
JaxbManyToMany.access |
protected JaxbAccessType |
JaxbId.access |
protected JaxbAccessType |
JaxbEntityMappings.access |
protected JaxbAccessType |
JaxbEntity.access |
protected JaxbAccessType |
JaxbEmbeddedId.access |
protected JaxbAccessType |
JaxbEmbedded.access |
protected JaxbAccessType |
JaxbEmbeddable.access |
protected JaxbAccessType |
JaxbElementCollection.access |
protected JaxbAccessType |
JaxbBasic.access |
Modifier and Type | Method and Description |
---|---|
static JaxbAccessType |
JaxbAccessType.fromValue(String v) |
JaxbAccessType |
JaxbVersion.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbPersistenceUnitDefaults.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbOneToOne.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbOneToMany.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbMappedSuperclass.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbManyToOne.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbManyToMany.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbId.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbEntityMappings.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbEntity.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbEmbeddedId.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbEmbedded.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbEmbeddable.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbElementCollection.getAccess()
Gets the value of the access property.
|
JaxbAccessType |
JaxbBasic.getAccess()
Gets the value of the access property.
|
static JaxbAccessType |
JaxbAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbAccessType[] |
JaxbAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbVersion.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbPersistenceUnitDefaults.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbOneToOne.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbOneToMany.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbMappedSuperclass.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbManyToOne.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbManyToMany.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbId.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbEntityMappings.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbEntity.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbEmbeddedId.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbEmbedded.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbEmbeddable.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbElementCollection.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
JaxbBasic.setAccess(JaxbAccessType value)
Sets the value of the access property.
|
Modifier and Type | Method and Description |
---|---|
JaxbAccessType |
EntityMappingsMocker.Default.getAccess() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.