Uses of Class
org.hibernate.dialect.SqlAstTranslatorWithUpsert
Packages that use SqlAstTranslatorWithUpsert
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of SqlAstTranslatorWithUpsert in org.hibernate.dialect
Subclasses of SqlAstTranslatorWithUpsert in org.hibernate.dialectModifier and TypeClassDescriptionclass
OracleSqlAstTranslator<T extends JdbcOperation>
A SQL AST translator for Oracle.