Uses of Class
org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
-
Packages that use TruncFunction.DatetimeTrunc Package Description org.hibernate.dialect.function Contains implementations ofSqmFunctionDescriptor
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.DatetimeTrunc Modifier and Type Method Description static TruncFunction.DatetimeTrunc
TruncFunction.DatetimeTrunc. valueOf(String name)
Returns the enum constant of this type with the specified name.static TruncFunction.DatetimeTrunc[]
TruncFunction.DatetimeTrunc. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.dialect.function with parameters of type TruncFunction.DatetimeTrunc Constructor Description TruncFunction(String truncPattern, String twoArgTruncPattern, TruncFunction.DatetimeTrunc datetimeTrunc, String toDateFunction, TypeConfiguration typeConfiguration)
-