Package org.hibernate.sql
Class Delete
java.lang.Object
org.hibernate.sql.Delete
- All Implemented Interfaces:
RestrictionRenderingContext
A SQL
DELETE
statement.-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected final List<Restriction>
protected String
-
Constructor Summary
ConstructorDescriptionDelete
(SessionFactoryImplementor factory) Delete
(ParameterMarkerStrategy parameterMarkerStrategy) -
Method Summary
Modifier and TypeMethodDescriptionaddColumnIsNotNullRestriction
(String columnName) addColumnIsNullRestriction
(String columnName) addColumnRestriction
(String columnName) addColumnRestriction
(String... columnNames) setComment
(String comment) setTableName
(String tableName) setVersionColumnName
(String versionColumnName)
-
Field Details
-
tableName
-
comment
-
restrictions
-
-
Constructor Details
-
Delete
-
Delete
-
-
Method Details
-
setTableName
-
setComment
-
addColumnRestriction
-
addColumnRestriction
-
addColumnIsNullRestriction
-
addColumnIsNotNullRestriction
-
setVersionColumnName
-
toStatementString
-
makeParameterMarker
- Specified by:
makeParameterMarker
in interfaceRestrictionRenderingContext
-