Uses of Class
org.hibernate.sql.Delete
-
Packages that use Delete Package Description org.hibernate.hql.spi.id.inline org.hibernate.persister.collection org.hibernate.persister.entity org.hibernate.sql -
-
Uses of Delete in org.hibernate.hql.spi.id.inline
Methods in org.hibernate.hql.spi.id.inline that return Delete Modifier and Type Method Description protected Delete
AbstractInlineIdsDeleteHandlerImpl. generateDelete(String tableName, String[] columnNames, String idSubselect, String comment)
protected Delete
InlineIdsIdsOrClauseDeleteHandlerImpl. generateDelete(String tableName, String[] columnNames, String idSubselect, String comment)
-
Uses of Delete in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return Delete Modifier and Type Method Description protected Delete
AbstractCollectionPersister. createDelete()
-
Uses of Delete in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return Delete Modifier and Type Method Description protected Delete
AbstractEntityPersister. createDelete()
-
Uses of Delete in org.hibernate.sql
Methods in org.hibernate.sql that return Delete Modifier and Type Method Description Delete
Delete. addPrimaryKeyColumn(String columnName, String valueExpression)
Delete
Delete. addPrimaryKeyColumns(String[] columnNames)
Delete
Delete. addPrimaryKeyColumns(String[] columnNames, boolean[] includeColumns, String[] valueExpressions)
Delete
Delete. addPrimaryKeyColumns(String[] columnNames, String[] valueExpressions)
Delete
Delete. addWhereFragment(String fragment)
Delete
Delete. setComment(String comment)
Delete
Delete. setPrimaryKeyColumnNames(String[] columnNames)
Delete
Delete. setTableName(String tableName)
Delete
Delete. setVersionColumnName(String versionColumnName)
Delete
Delete. setWhere(String where)
-