Uses of Enum Class
org.hibernate.boot.model.TruthValue
Packages that use TruthValue
Package
Description
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
This package defines the Hibernate configuration-time mapping model.
Implementation of the SPI for schema information extraction from the database via JDBC.
Defines an SPI for schema information extraction from the database via JDBC.
-
Uses of TruthValue in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return TruthValueModifier and TypeMethodDescriptionCaching.getRequested()Deprecated.static TruthValueReturns the enum constant of this class with the specified name.static TruthValue[]TruthValue.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.boot.model with parameters of type TruthValueModifier and TypeMethodDescriptionvoidCaching.setRequested(TruthValue requested) Deprecated.static booleanTruthValue.toBoolean(TruthValue value, boolean defaultValue) Constructors in org.hibernate.boot.model with parameters of type TruthValueModifierConstructorDescriptionCaching(String region, AccessType accessType, boolean cacheLazyProperties, TruthValue requested) Deprecated.Caching(TruthValue requested) Deprecated. -
Uses of TruthValue in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return TruthValue -
Uses of TruthValue in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return TruthValueModifier and TypeMethodDescriptionColumnSource.isNullable()Is this column nullable?EntitySource.quoteIdentifiersLocalToEntity() -
Uses of TruthValue in org.hibernate.mapping
Methods in org.hibernate.mapping that return TruthValue -
Uses of TruthValue in org.hibernate.tool.schema.extract.internal
Methods in org.hibernate.tool.schema.extract.internal that return TruthValueModifier and TypeMethodDescriptionColumnInformationImpl.getNullable()protected TruthValueAbstractInformationExtractorImpl.interpretNullable(int nullable) Constructors in org.hibernate.tool.schema.extract.internal with parameters of type TruthValueModifierConstructorDescriptionColumnInformationImpl(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 TruthValueModifier and TypeMethodDescriptionColumnInformation.getNullable()Is the column nullable.ColumnTypeInformation.getNullable()Is the column nullable.