Uses of Enum Class
org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
Packages that use TruncFunction.DatetimeTrunc
Package
Description
Contains implementations of
SqmFunctionDescriptor
describing a range of relatively-sophisticated SQL functions available in various dialects.-
Uses of TruncFunction.DatetimeTrunc in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function that return TruncFunction.DatetimeTruncModifier and TypeMethodDescriptionstatic TruncFunction.DatetimeTrunc
Returns the enum constant of this class with the specified name.static TruncFunction.DatetimeTrunc[]
TruncFunction.DatetimeTrunc.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.dialect.function with parameters of type TruncFunction.DatetimeTruncModifierConstructorDescriptionTruncFunction
(String truncPattern, String twoArgTruncPattern, TruncFunction.DatetimeTrunc datetimeTrunc, String toDateFunction, TypeConfiguration typeConfiguration)