Uses of Class
org.hibernate.query.sqm.TrimSpec
-
Packages that use TrimSpec Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.sql.ast.tree.expression AST nodes representing expressions in a SQL tree. -
-
Uses of TrimSpec in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type TrimSpec Modifier and Type Method Description static StringAbstractTransactSQLDialect. replaceLtrimRtrim(TrimSpec specification, char character)StringAbstractTransactSQLDialect. trimPattern(TrimSpec specification, char character)StringDialect. trimPattern(TrimSpec specification, char character)Obtain a pattern for the SQL equivalent to atrim()function call.StringDialectDelegateWrapper. trimPattern(TrimSpec specification, char character)StringSQLServerDialect. trimPattern(TrimSpec specification, char character)StringSybaseDialect. trimPattern(TrimSpec specification, char character) -
Uses of TrimSpec in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return TrimSpec Modifier and Type Method Description static TrimSpecTrimSpec. valueOf(String name)Returns the enum constant of this type with the specified name.static TrimSpec[]TrimSpec. values()Returns an array containing the constants of this enum type, 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 TrimSpec Modifier and Type Method Description TrimSpecSqmTrimSpecification. getSpecification()Constructors in org.hibernate.query.sqm.tree.expression with parameters of type TrimSpec Constructor Description SqmTrimSpecification(TrimSpec specification, NodeBuilder nodeBuilder) -
Uses of TrimSpec in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return TrimSpec Modifier and Type Method Description TrimSpecTrimSpecification. getSpecification()Constructors in org.hibernate.sql.ast.tree.expression with parameters of type TrimSpec Constructor Description TrimSpecification(TrimSpec trimSpec)
-