Uses of Class
org.hibernate.dialect.function.TrimFunctionTemplate.Specification
-
Packages that use TrimFunctionTemplate.Specification Package Description org.hibernate.dialect.function -
-
Uses of TrimFunctionTemplate.Specification in org.hibernate.dialect.function
Fields in org.hibernate.dialect.function declared as TrimFunctionTemplate.Specification Modifier and Type Field Description static TrimFunctionTemplate.SpecificationTrimFunctionTemplate.Specification. BOTHstatic TrimFunctionTemplate.SpecificationTrimFunctionTemplate.Specification. LEADINGstatic TrimFunctionTemplate.SpecificationTrimFunctionTemplate.Specification. TRAILINGMethods in org.hibernate.dialect.function that return TrimFunctionTemplate.Specification Modifier and Type Method Description TrimFunctionTemplate.SpecificationTrimFunctionTemplate.Options. getTrimSpecification()Methods in org.hibernate.dialect.function with parameters of type TrimFunctionTemplate.Specification Modifier and Type Method Description voidTrimFunctionTemplate.Options. setTrimSpecification(TrimFunctionTemplate.Specification trimSpecification)
-