Package | Description |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected ParameterMode |
StoredProcedureParameter.mode |
Modifier and Type | Method and Description |
---|---|
static ParameterMode |
ParameterMode.fromValue(String v) |
ParameterMode |
StoredProcedureParameter.getMode()
Gets the value of the mode property.
|
static ParameterMode |
ParameterMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterMode[] |
ParameterMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StoredProcedureParameter.setMode(ParameterMode value)
Sets the value of the mode property.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.