Uses of Class
org.hibernate.hql.spi.id.inline.AbstractInlineIdsDeleteHandlerImpl
-
Packages that use AbstractInlineIdsDeleteHandlerImpl Package Description org.hibernate.hql.spi.id.inline -
-
Uses of AbstractInlineIdsDeleteHandlerImpl in org.hibernate.hql.spi.id.inline
Subclasses of AbstractInlineIdsDeleteHandlerImpl in org.hibernate.hql.spi.id.inline Modifier and Type Class Description classInlineIdsIdsInClauseDeleteHandlerImplInline bulk-id delete handler that uses an IN clause.classInlineIdsIdsOrClauseDeleteHandlerImplInline bulk-id delete handler that uses multiple identifier OR clauses.classInlineIdsSubSelectValuesListDeleteHandlerImplInline bulk-id delete handler that uses a subselect with a VALUES clause.
-