Uses of Class
org.hibernate.sql.model.internal.TableUpsert
-
Packages that use TableUpsert Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.sql.model.jdbc Extensions toJdbcOperation
for model mutations -
-
Uses of TableUpsert in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type TableUpsert Modifier and Type Method Description MutationOperation
Dialect. createUpsertOperation(EntityMutationTarget mutationTarget, TableUpsert tableUpsert, SessionFactoryImplementor factory)
-
Uses of TableUpsert in org.hibernate.sql.model.jdbc
Constructors in org.hibernate.sql.model.jdbc with parameters of type TableUpsert Constructor Description OptionalTableUpdateOperation(MutationTarget<?> mutationTarget, TableUpsert upsert, SessionFactoryImplementor factory)
-