Uses of Class
org.hibernate.sql.ast.tree.insert.ConflictClause
-
Packages that use ConflictClause 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.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.insert AST nodes representinginsertstatements in a SQL tree. -
-
Uses of ConflictClause in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type ConflictClause Modifier and Type Method Description protected voidCockroachSqlAstTranslator. visitConflictClause(ConflictClause conflictClause)protected voidDB2SqlAstTranslator. visitConflictClause(ConflictClause conflictClause)protected voidH2SqlAstTranslator. visitConflictClause(ConflictClause conflictClause)protected voidHANASqlAstTranslator. visitConflictClause(ConflictClause conflictClause)protected voidHSQLSqlAstTranslator. visitConflictClause(ConflictClause conflictClause)protected voidMariaDBSqlAstTranslator. visitConflictClause(ConflictClause conflictClause)protected voidMySQLSqlAstTranslator. visitConflictClause(ConflictClause conflictClause)protected voidOracleSqlAstTranslator. visitConflictClause(ConflictClause conflictClause)protected voidPostgreSQLSqlAstTranslator. visitConflictClause(ConflictClause conflictClause)protected voidSQLServerSqlAstTranslator. visitConflictClause(ConflictClause conflictClause)protected voidSybaseASESqlAstTranslator. visitConflictClause(ConflictClause conflictClause)protected voidSybaseSqlAstTranslator. visitConflictClause(ConflictClause conflictClause)protected voidTiDBSqlAstTranslator. visitConflictClause(ConflictClause conflictClause) -
Uses of ConflictClause in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return ConflictClause Modifier and Type Method Description ConflictClauseBaseSqmToSqlAstConverter. visitConflictClause(SqmConflictClause<?> sqmConflictClause) -
Uses of ConflictClause in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type ConflictClause Modifier and Type Method Description protected voidAbstractSqlAstTranslator. visitConflictClause(ConflictClause conflictClause)protected voidAbstractSqlAstTranslator. visitOnDuplicateKeyConflictClause(ConflictClause conflictClause)protected voidAbstractSqlAstTranslator. visitStandardConflictClause(ConflictClause conflictClause) -
Uses of ConflictClause in org.hibernate.sql.ast.tree.insert
Methods in org.hibernate.sql.ast.tree.insert that return ConflictClause Modifier and Type Method Description ConflictClauseInsertSelectStatement. getConflictClause()Methods in org.hibernate.sql.ast.tree.insert with parameters of type ConflictClause Modifier and Type Method Description voidInsertSelectStatement. setConflictClause(ConflictClause conflictClause)
-