Uses of Class
org.hibernate.sql.model.MutationType
-
Packages that use MutationType Package Description org.hibernate.engine.jdbc.mutation.group org.hibernate.sql.model Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.org.hibernate.sql.model.ast SQL AST extensions for model mutations.org.hibernate.sql.model.ast.builder Support for buildingTableMutationreferences for persisting entity mutation eventsorg.hibernate.sql.model.jdbc Extensions toJdbcOperationfor model mutations. -
-
Uses of MutationType in org.hibernate.engine.jdbc.mutation.group
Constructors in org.hibernate.engine.jdbc.mutation.group with parameters of type MutationType Constructor Description UnknownParameterException(MutationType mutationType, MutationTarget<?> mutationTarget, String tableName, String columnName, ParameterUsage usage) -
Uses of MutationType in org.hibernate.sql.model
Methods in org.hibernate.sql.model that return MutationType Modifier and Type Method Description MutationTypeMutationOperation. getMutationType()The type of operation (INSERT, etc)MutationTypeMutationOperationGroup. getMutationType()The type of mutation (at the model-level) represented by this group.MutationTypeTableMapping.MutationDetails. getMutationType()The type of mutation being detailedstatic MutationTypeMutationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MutationType[]MutationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.sql.model with parameters of type MutationType Constructor Description MutationDetails(MutationType mutationType, Expectation expectation, String customSql, boolean callable) -
Uses of MutationType in org.hibernate.sql.model.ast
Methods in org.hibernate.sql.model.ast that return MutationType Modifier and Type Method Description MutationTypeMutationGroup. getMutationType() -
Uses of MutationType in org.hibernate.sql.model.ast.builder
Methods in org.hibernate.sql.model.ast.builder that return MutationType Modifier and Type Method Description MutationTypeMutationGroupBuilder. getMutationType()Constructors in org.hibernate.sql.model.ast.builder with parameters of type MutationType Constructor Description AbstractRestrictedTableMutationBuilder(MutationType mutationType, MutationTarget<?> mutationTarget, MutatingTableReference tableReference, SessionFactoryImplementor sessionFactory)AbstractRestrictedTableMutationBuilder(MutationType mutationType, MutationTarget<?> mutationTarget, TableMapping table, SessionFactoryImplementor sessionFactory)AbstractTableMutationBuilder(MutationType mutationType, MutationTarget<?> mutationTarget, MutatingTableReference mutatingTable, SessionFactoryImplementor sessionFactory)AbstractTableMutationBuilder(MutationType mutationType, MutationTarget<?> mutationTarget, TableMapping table, SessionFactoryImplementor sessionFactory)MutationGroupBuilder(MutationType mutationType, EntityMutationTarget mutationTarget) -
Uses of MutationType in org.hibernate.sql.model.jdbc
Methods in org.hibernate.sql.model.jdbc that return MutationType Modifier and Type Method Description MutationTypeDeleteOrUpsertOperation. getMutationType()MutationTypeJdbcDeleteMutation. getMutationType()MutationTypeJdbcInsertMutation. getMutationType()MutationTypeJdbcUpdateMutation. getMutationType()MutationTypeMergeOperation. getMutationType()MutationTypeOptionalTableUpdateOperation. getMutationType()MutationTypeUpsertOperation. getMutationType()Constructors in org.hibernate.sql.model.jdbc with parameters of type MutationType Constructor Description JdbcDeleteMutation(TableMapping tableDetails, MutationType mutationType, MutationTarget<?> mutationTarget, String sql, boolean callable, Expectation expectation, List<? extends JdbcParameterBinder> parameterBinders)
-