Package | Description |
---|---|
org.hibernate.action.internal | |
org.hibernate.hql.internal.ast.exec | |
org.hibernate.hql.internal.ast.tree | |
org.hibernate.hql.internal.ast.util | |
org.hibernate.hql.spi | |
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() |
Modifier and Type | Method and Description |
---|---|
protected void |
TemporaryTableBulkIdStrategy.createTempTable(Queryable persister,
SessionImplementor session) |
protected String |
AbstractTableBasedBulkIdHandler.determineIdTableName(Queryable persister) |
protected String |
AbstractTableBasedBulkIdHandler.generateIdInsertSelect(Queryable persister,
String tableAlias,
AbstractTableBasedBulkIdHandler.ProcessedWhereClause whereClause) |
protected String |
AbstractTableBasedBulkIdHandler.generateIdSubselect(Queryable persister) |
protected void |
AbstractTableBasedBulkIdHandler.prepareForUse(Queryable persister,
SessionImplementor session) |
protected void |
AbstractTableBasedBulkIdHandler.releaseFromUse(Queryable persister,
SessionImplementor session) |
protected void |
TemporaryTableBulkIdStrategy.releaseTempTable(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 © 2018 JBoss by Red Hat. All rights reserved.