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 String
AbstractTransactSQLDialect. replaceLtrimRtrim(TrimSpec specification, char character)
String
AbstractTransactSQLDialect. trimPattern(TrimSpec specification, char character)
String
Dialect. trimPattern(TrimSpec specification, char character)
Obtain a pattern for the SQL equivalent to atrim()
function call.String
DialectDelegateWrapper. trimPattern(TrimSpec specification, char character)
String
SQLServerDialect. trimPattern(TrimSpec specification, char character)
String
SybaseDialect. 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 TrimSpec
TrimSpec. 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 TrimSpec
SqmTrimSpecification. 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 TrimSpec
TrimSpecification. getSpecification()
Constructors in org.hibernate.sql.ast.tree.expression with parameters of type TrimSpec Constructor Description TrimSpecification(TrimSpec trimSpec)
-