Modifier and Type | Method and Description |
---|---|
TruthValue |
Caching.getRequested() |
static TruthValue |
TruthValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TruthValue[] |
TruthValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Caching.setRequested(TruthValue requested) |
static boolean |
TruthValue.toBoolean(TruthValue value,
boolean defaultValue) |
Constructor and Description |
---|
Caching(String region,
AccessType accessType,
boolean cacheLazyProperties,
TruthValue requested) |
Caching(TruthValue requested) |
Modifier and Type | Method and Description |
---|---|
TruthValue |
AbstractEntitySourceImpl.quoteIdentifiersLocalToEntity() |
Modifier and Type | Method and Description |
---|---|
TruthValue |
ColumnSource.isNullable()
Is this column nullable?
|
TruthValue |
EntitySource.quoteIdentifiersLocalToEntity() |
Modifier and Type | Method and Description |
---|---|
TruthValue |
ColumnInformationImpl.getNullable() |
Constructor and Description |
---|
ColumnInformationImpl(TableInformation containingTableInformation,
Identifier columnIdentifier,
int typeCode,
String typeName,
int columnSize,
int decimalDigits,
TruthValue nullable) |
Modifier and Type | Method and Description |
---|---|
TruthValue |
ColumnInformation.getNullable()
Is the column nullable.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.