Package | Description |
---|---|
org.hibernate.hql.spi.id.inline | |
org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
org.hibernate.sql |
This package defines helper classes for rendering SQL
fragments and SQL statements.
|
Modifier and Type | Method and Description |
---|---|
protected Delete |
InlineIdsIdsOrClauseDeleteHandlerImpl.generateDelete(String tableName,
String[] columnNames,
String idSubselect,
String comment) |
protected Delete |
AbstractInlineIdsDeleteHandlerImpl.generateDelete(String tableName,
String[] columnNames,
String idSubselect,
String comment) |
Modifier and Type | Method and Description |
---|---|
protected Delete |
AbstractCollectionPersister.createDelete() |
Modifier and Type | Method and Description |
---|---|
protected Delete |
AbstractEntityPersister.createDelete() |
Modifier and Type | Method and 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) |
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.