Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static LockModeType |
LockModeType.getFromStringValue(String value) |
LockModeType |
NamedQuery.getLockMode()
Returns the
lock-mode element |
static LockModeType |
LockModeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockModeType[] |
LockModeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NamedQuery<T> |
NamedQuery.lockMode(LockModeType lockMode)
Sets the
lock-mode element |
Copyright © 2018 JBoss by Red Hat. All rights reserved.