Class TableUpdateBuilderSkipped
java.lang.Object
org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
- All Implemented Interfaces:
SelectableConsumer, ColumnValuesTableMutationBuilder, RestrictedTableMutationBuilder, TableMutationBuilder, TableUpdateBuilder
-
Nested Class Summary
Nested classes/interfaces inherited from interface SelectableConsumer
SelectableConsumer.MutableSelectableMapping -
Field Summary
Fields inherited from interface TableMutationBuilder
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddKeyColumn(String valueExpression, SelectableMapping selectableMapping) Add a key columnvoidaddKeyRestrictionBinding(SelectableMapping selectableMapping) Add a restriction as long as the selectable is not a formula and is not nullablevoidaddNonKeyRestriction(ColumnValueBinding valueBinding) Adds a restriction, which is assumed to be based on a selectable that is NOT a table key, e.g.voidvoidaddOptimisticLockRestriction(SelectableMapping selectableMapping) Add restriction based on non-version optimistically-locked columnvoidaddValueColumn(String columnWriteFragment, SelectableMapping selectableMapping) Add a column as part of the values listvoidaddValueColumn(ColumnValueBinding valueBinding) Adds a restriction, which is assumed to be based on a table key.voidaddWhereFragment(String fragment) Build the mutation descriptorReference (in the SQL AST sense) to the mutating tablevoidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ColumnValuesTableMutationBuilder
addKeyColumn, addValueColumnMethods inherited from interface RestrictedTableMutationBuilder
addKeyRestriction, addKeyRestrictionLeniently, addKeyRestrictions, addKeyRestrictionsLeniently, addNullRestriction, addOptimisticLockRestrictionsMethods inherited from interface SelectableConsumer
accept, accept, acceptMethods inherited from interface TableUpdateBuilder
accept
-
Constructor Details
-
TableUpdateBuilderSkipped
-
-
Method Details
-
getMutatingTable
Description copied from interface:TableMutationBuilderReference (in the SQL AST sense) to the mutating table- Specified by:
getMutatingTablein interfaceTableMutationBuilder
-
buildMutation
Description copied from interface:TableMutationBuilderBuild the mutation descriptor- Specified by:
buildMutationin interfaceTableMutationBuilder
-
addNonKeyRestriction
Description copied from interface:RestrictedTableMutationBuilderAdds a restriction, which is assumed to be based on a selectable that is NOT a table key, e.g. optimistic locking.- Specified by:
addNonKeyRestrictionin interfaceRestrictedTableMutationBuilder
-
addKeyRestrictionBinding
Description copied from interface:RestrictedTableMutationBuilderAdd a restriction as long as the selectable is not a formula and is not nullable- Specified by:
addKeyRestrictionBindingin interfaceRestrictedTableMutationBuilder
-
addNullOptimisticLockRestriction
- Specified by:
addNullOptimisticLockRestrictionin interfaceRestrictedTableMutationBuilder
-
addOptimisticLockRestriction
Description copied from interface:RestrictedTableMutationBuilderAdd restriction based on non-version optimistically-locked column- Specified by:
addOptimisticLockRestrictionin interfaceRestrictedTableMutationBuilder
-
getKeyRestrictionBindings
- Specified by:
getKeyRestrictionBindingsin interfaceRestrictedTableMutationBuilder
-
getOptimisticLockBindings
- Specified by:
getOptimisticLockBindingsin interfaceRestrictedTableMutationBuilder
-
addWhereFragment
- Specified by:
addWhereFragmentin interfaceRestrictedTableMutationBuilder
-
addValueColumn
Description copied from interface:ColumnValuesTableMutationBuilderAdd a column as part of the values list- Specified by:
addValueColumnin interfaceColumnValuesTableMutationBuilder
-
addValueColumn
Description copied from interface:ColumnValuesTableMutationBuilderAdds a restriction, which is assumed to be based on a table key.- Specified by:
addValueColumnin interfaceColumnValuesTableMutationBuilder
-
addKeyColumn
Description copied from interface:ColumnValuesTableMutationBuilderAdd a key column- Specified by:
addKeyColumnin interfaceColumnValuesTableMutationBuilder
-
setWhere
- Specified by:
setWherein interfaceRestrictedTableMutationBuilder- Specified by:
setWherein interfaceTableUpdateBuilder
-