Uses of Enum Class
org.hibernate.query.sqm.TrimSpec
Packages that use TrimSpec
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
This package defines a semantic model of HQL queries.
Nodes representing expressions in the SQM tree.
AST nodes representing expressions in a SQL tree.
-
Uses of TrimSpec in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type TrimSpecModifier and TypeMethodDescriptionstatic String
AbstractTransactSQLDialect.replaceLtrimRtrim
(TrimSpec specification, boolean isWhitespace) AbstractTransactSQLDialect.trimPattern
(TrimSpec specification, boolean isWhitespace) Dialect.trimPattern
(TrimSpec specification, boolean isWhitespace) Obtain a pattern for the SQL equivalent to atrim()
function call.DialectDelegateWrapper.trimPattern
(TrimSpec specification, boolean isWhitespace) SQLServerDialect.trimPattern
(TrimSpec specification, boolean isWhitespace) -
Uses of TrimSpec in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return TrimSpecModifier and TypeMethodDescriptionstatic TrimSpec
TrimSpec.fromCriteriaTrimSpec
(CriteriaBuilder.Trimspec jpaTs) static TrimSpec
Returns the enum constant of this class with the specified name.static TrimSpec[]
TrimSpec.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TrimSpec in org.hibernate.query.sqm.tree.expression
Methods in org.hibernate.query.sqm.tree.expression that return TrimSpecConstructors in org.hibernate.query.sqm.tree.expression with parameters of type TrimSpecModifierConstructorDescriptionSqmTrimSpecification
(TrimSpec specification, NodeBuilder nodeBuilder) -
Uses of TrimSpec in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return TrimSpecConstructors in org.hibernate.sql.ast.tree.expression with parameters of type TrimSpec