Package | Description |
---|---|
org.hibernate.action.internal |
Internals for action processing.
|
org.hibernate.hql.internal.ast.exec | |
org.hibernate.hql.internal.ast.tree | |
org.hibernate.hql.internal.ast.util | |
org.hibernate.hql.spi.id |
Support for multi-table update and delete statements via id-tables.
|
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.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
Constructor and Description |
---|
BulkOperationCleanupAction(SessionImplementor session,
Queryable... affectedQueryables)
Constructs an action to cleanup "affected cache regions" based on the
affected entity persisters.
|
Constructor and Description |
---|
BasicExecutor(HqlSqlWalker walker,
Queryable persister) |
DeleteExecutor(HqlSqlWalker walker,
Queryable persister) |
Modifier and Type | Method and Description |
---|---|
Queryable |
IntoClause.getQueryable() |
Queryable |
FromElement.getQueryable() |
Modifier and Type | Method and Description |
---|---|
void |
IntoClause.initialize(Queryable persister) |
Constructor and Description |
---|
AssignmentSpecification(antlr.collections.AST eq,
Queryable persister) |
Modifier and Type | Method and Description |
---|---|
static Queryable |
SessionFactoryHelper.findQueryableUsingImports(SessionFactoryImplementor sfi,
String className)
Given a (potentially unqualified) class name, locate its persister.
|
Queryable |
SessionFactoryHelper.findQueryableUsingImports(String className)
Given a (potentially unqualified) class name, locate its persister.
|
Modifier and Type | Method and Description |
---|---|
void |
SyntheticAndFactory.addDiscriminatorWhereFragment(RestrictableStatement statement,
Queryable persister,
Map enabledFilters,
String alias) |
boolean |
SessionFactoryHelper.hasPhysicalDiscriminatorColumn(Queryable persister)
Does the given persister define a physical discriminator column
for the purpose of inheritance discrimination?
|
Modifier and Type | Method and Description |
---|---|
Queryable |
TableBasedUpdateHandlerImpl.getTargetedQueryable() |
Queryable |
TableBasedDeleteHandlerImpl.getTargetedQueryable() |
Queryable |
MultiTableBulkIdStrategy.UpdateHandler.getTargetedQueryable() |
Queryable |
MultiTableBulkIdStrategy.DeleteHandler.getTargetedQueryable() |
abstract Queryable |
AbstractTableBasedBulkIdHandler.getTargetedQueryable() |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractTableBasedBulkIdHandler.generateIdSubselect(Queryable persister,
IdTableInfo idTableInfo) |
protected TT |
AbstractMultiTableBulkIdStrategyImpl.getIdTableInfo(Queryable targetedPersister) |
protected void |
AbstractTableBasedBulkIdHandler.prepareForUse(Queryable persister,
SessionImplementor session) |
protected void |
AbstractTableBasedBulkIdHandler.releaseFromUse(Queryable persister,
SessionImplementor session) |
Modifier and Type | Method and Description |
---|---|
protected String |
UpdateHandlerImpl.generateIdSubselect(Queryable persister,
IdTableInfo idTableInfo) |
protected String |
DeleteHandlerImpl.generateIdSubselect(Queryable persister,
IdTableInfo idTableInfo) |
protected void |
UpdateHandlerImpl.releaseFromUse(Queryable persister,
SessionImplementor session) |
protected void |
DeleteHandlerImpl.releaseFromUse(Queryable persister,
SessionImplementor session) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC
through either generated or custom SQL
|
class |
JoinedSubclassEntityPersister
An EntityPersister implementing the normalized "table-per-subclass"
mapping strategy
|
class |
SingleTableEntityPersister
The default implementation of the EntityPersister interface.
|
class |
UnionSubclassEntityPersister
Implementation of the "table-per-concrete-class" or "roll-down" mapping
strategy for an entity and its inheritence hierarchy.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.