Package | Description |
---|---|
org.hibernate.internal.jaxb.mapping.hbm |
Modifier and Type | Field and Description |
---|---|
protected JaxbLockModeAttribute |
JaxbReturnJoinElement.lockMode |
protected JaxbLockModeAttribute |
JaxbReturnElement.lockMode |
protected JaxbLockModeAttribute |
JaxbLoadCollectionElement.lockMode |
Modifier and Type | Method and Description |
---|---|
static JaxbLockModeAttribute |
JaxbLockModeAttribute.fromValue(String v) |
JaxbLockModeAttribute |
JaxbReturnJoinElement.getLockMode()
Gets the value of the lockMode property.
|
JaxbLockModeAttribute |
JaxbReturnElement.getLockMode()
Gets the value of the lockMode property.
|
JaxbLockModeAttribute |
JaxbLoadCollectionElement.getLockMode()
Gets the value of the lockMode property.
|
static JaxbLockModeAttribute |
JaxbLockModeAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JaxbLockModeAttribute[] |
JaxbLockModeAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JaxbReturnJoinElement.setLockMode(JaxbLockModeAttribute value)
Sets the value of the lockMode property.
|
void |
JaxbReturnElement.setLockMode(JaxbLockModeAttribute value)
Sets the value of the lockMode property.
|
void |
JaxbLoadCollectionElement.setLockMode(JaxbLockModeAttribute value)
Sets the value of the lockMode property.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.