Uses of Class
org.hibernate.boot.model.TruthValue
-
Packages that use TruthValue Package Description org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an understanding of the application's domain model (its entities, attributes, etc.) and the mapping of those "domain model parts" to the database.org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi -
-
Uses of TruthValue in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return TruthValue Modifier and Type Method 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.Methods in org.hibernate.boot.model with parameters of type TruthValue Modifier and Type Method Description void
Caching. setRequested(TruthValue requested)
static boolean
TruthValue. toBoolean(TruthValue value, boolean defaultValue)
Constructors in org.hibernate.boot.model with parameters of type TruthValue Constructor Description Caching(String region, AccessType accessType, boolean cacheLazyProperties, TruthValue requested)
Caching(TruthValue requested)
-
Uses of TruthValue in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return TruthValue Modifier and Type Method Description TruthValue
AbstractEntitySourceImpl. quoteIdentifiersLocalToEntity()
-
Uses of TruthValue in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return TruthValue Modifier and Type Method Description TruthValue
ColumnSource. isNullable()
Is this column nullable?TruthValue
EntitySource. quoteIdentifiersLocalToEntity()
-
Uses of TruthValue in org.hibernate.mapping
Methods in org.hibernate.mapping that return TruthValue Modifier and Type Method Description TruthValue
Column. getNullable()
-
Uses of TruthValue in org.hibernate.tool.schema.extract.internal
Methods in org.hibernate.tool.schema.extract.internal that return TruthValue Modifier and Type Method Description TruthValue
ColumnInformationImpl. getNullable()
protected TruthValue
AbstractInformationExtractorImpl. interpretNullable(int nullable)
Constructors in org.hibernate.tool.schema.extract.internal with parameters of type TruthValue Constructor Description ColumnInformationImpl(TableInformation containingTableInformation, Identifier columnIdentifier, int typeCode, String typeName, int columnSize, int decimalDigits, TruthValue nullable)
-
Uses of TruthValue in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return TruthValue Modifier and Type Method Description TruthValue
ColumnInformation. getNullable()
Is the column nullable.TruthValue
ColumnTypeInformation. getNullable()
Is the column nullable.
-