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 StringAbstractTransactSQLDialect.replaceLtrimRtrim(TrimSpec specification, boolean isWhitespace) static StringAbstractTransactSQLDialect.replaceLtrimRtrim(TrimSpec specification, char character) Deprecated, for removal: This API element is subject to removal in a future version.AbstractTransactSQLDialect.trimPattern(TrimSpec specification, boolean isWhitespace) Dialect.trimPattern(TrimSpec specification, boolean isWhitespace) Obtain a pattern for the SQL equivalent to atrim()function call.Dialect.trimPattern(TrimSpec specification, char character) Deprecated, for removal: This API element is subject to removal in a future version.UseDialect.trimPattern(TrimSpec, boolean)instead.DialectDelegateWrapper.trimPattern(TrimSpec specification, boolean isWhitespace) DialectDelegateWrapper.trimPattern(TrimSpec specification, char character) 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 TrimSpecTrimSpec.fromCriteriaTrimSpec(CriteriaBuilder.Trimspec jpaTs) static TrimSpecReturns 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
AbstractTransactSQLDialect.replaceLtrimRtrim(TrimSpec, boolean)instead.