Uses of Class
org.hibernate.dialect.SqlAstTranslatorWithUpsert
-
Packages that use SqlAstTranslatorWithUpsert Package Description org.hibernate.dialect 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.dialect Modifier and Type Class Description class
OracleSqlAstTranslator<T extends JdbcOperation>
A SQL AST translator for Oracle.
-