Uses of Class
org.hibernate.sql.ast.tree.expression.CastTarget
-
Packages that use CastTarget Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST. -
-
Uses of CastTarget in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type CastTarget Modifier and Type Method Description static StringMySQLSqlAstTranslator. getSqlType(CastTarget castTarget, Dialect dialect)Deprecated, for removal: This API element is subject to removal in a future version.static StringMySQLSqlAstTranslator. getSqlType(CastTarget castTarget, SessionFactoryImplementor factory)voidMariaDBSqlAstTranslator. visitCastTarget(CastTarget castTarget)voidMySQLSqlAstTranslator. visitCastTarget(CastTarget castTarget)voidTiDBSqlAstTranslator. visitCastTarget(CastTarget castTarget) -
Uses of CastTarget in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type CastTarget Modifier and Type Method Description voidSqlAstWalker. visitCastTarget(CastTarget castTarget) -
Uses of CastTarget in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type CastTarget Modifier and Type Method Description static StringAbstractSqlAstTranslator. getSqlTypeName(CastTarget castTarget, SessionFactoryImplementor factory)voidAbstractSqlAstTranslator. visitCastTarget(CastTarget castTarget)voidAbstractSqlAstWalker. visitCastTarget(CastTarget castTarget)voidAggregateFunctionChecker. visitCastTarget(CastTarget castTarget)voidExpressionReplacementWalker. visitCastTarget(CastTarget castTarget)
-