Uses of Class
org.hibernate.boot.model.TruthValue
-
Packages that use TruthValue Package Description org.hibernate.boot.model org.hibernate.boot.model.source.spi 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 TruthValueCaching. getRequested()static TruthValueTruthValue. valueOf(java.lang.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 voidCaching. setRequested(TruthValue requested)static booleanTruthValue. toBoolean(TruthValue value, boolean defaultValue)Constructors in org.hibernate.boot.model with parameters of type TruthValue Constructor Description Caching(java.lang.String region, AccessType accessType, boolean cacheLazyProperties, TruthValue requested)Caching(TruthValue requested) -
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 TruthValueColumnSource. isNullable()Is this column nullable?TruthValueEntitySource. quoteIdentifiersLocalToEntity() -
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 TruthValueColumnInformation. getNullable()Is the column nullable.
-