Package | Description |
---|---|
org.hibernate.hql.spi.id |
Support for multi-table update and delete statements via id-tables.
|
org.hibernate.hql.spi.id.cte | |
org.hibernate.hql.spi.id.inline | |
org.hibernate.hql.spi.id.persistent |
Package contains an implementation of MultiTableBulkIdStrategy based on the use
of a persistent (ANSI SQL term) table to hold id values.
|
org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractTableBasedBulkIdHandler.generateIdSubselect(Queryable persister,
AbstractCollectionPersister cPersister,
IdTableInfo idTableInfo) |
protected static String[] |
AbstractTableBasedBulkIdHandler.getKeyColumnNames(Queryable persister,
AbstractCollectionPersister cPersister) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractCteValuesListBulkIdHandler.generateIdSubselect(String idSubselect,
Queryable persister,
AbstractCollectionPersister cPersister) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractInlineIdsDeleteHandlerImpl.generateIdSubselect(String idSubselect,
Queryable persister,
AbstractCollectionPersister cPersister) |
Modifier and Type | Method and Description |
---|---|
protected String |
DeleteHandlerImpl.generateIdSubselect(Queryable persister,
AbstractCollectionPersister cPersister,
IdTableInfo idTableInfo) |
Modifier and Type | Class and Description |
---|---|
class |
BasicCollectionPersister
Collection persister for collections of values and many-to-many associations.
|
class |
OneToManyPersister
Collection persister for one-to-many associations.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.