| Package | Description |
|---|---|
| org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
| org.hibernate.engine.spi | |
| org.hibernate.event.internal |
This package defines a default set of event listeners that
implements the default behaviors of Hibernate.
|
| org.hibernate.jpa.event.internal.core | |
| org.hibernate.loader.entity |
This package defines entity loaders
|
| org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
| Constructor and Description |
|---|
Cascade(CascadingAction action,
CascadePoint cascadePoint,
EventSource eventSource)
Constructs a Cascade
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CascadingActions.BaseCascadingAction |
| Modifier and Type | Field and Description |
|---|---|
static CascadingAction |
CascadingActions.DELETE |
static CascadingAction |
CascadingActions.EVICT |
static CascadingAction |
CascadingActions.LOCK |
static CascadingAction |
CascadingActions.MERGE |
static CascadingAction |
CascadingActions.PERSIST |
static CascadingAction |
CascadingActions.PERSIST_ON_FLUSH
Execute persist during flush time
|
static CascadingAction |
CascadingActions.REFRESH |
static CascadingAction |
CascadingActions.REPLICATE |
static CascadingAction |
CascadingActions.SAVE_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CascadeStyle.doCascade(CascadingAction action)
For this style, should the given action be cascaded?
|
boolean |
CascadeStyles.MultipleCascadeStyle.doCascade(CascadingAction action) |
boolean |
CascadeStyle.reallyDoCascade(CascadingAction action)
Probably more aptly named something like doCascadeToCollectionElements(); it is
however used from both the collection and to-one logic branches...
|
boolean |
CascadeStyles.BaseCascadeStyle.reallyDoCascade(CascadingAction action) |
boolean |
CascadeStyles.MultipleCascadeStyle.reallyDoCascade(CascadingAction action) |
| Modifier and Type | Method and Description |
|---|---|
protected CascadingAction |
DefaultPersistEventListener.getCascadeAction() |
protected CascadingAction |
DefaultReplicateEventListener.getCascadeAction() |
protected abstract CascadingAction |
AbstractSaveEventListener.getCascadeAction() |
protected CascadingAction |
DefaultPersistOnFlushEventListener.getCascadeAction() |
protected CascadingAction |
DefaultMergeEventListener.getCascadeAction() |
protected CascadingAction |
DefaultSaveOrUpdateEventListener.getCascadeAction() |
protected CascadingAction |
AbstractFlushingEventListener.getCascadingAction() |
| Modifier and Type | Field and Description |
|---|---|
static CascadingAction |
JpaPersistEventListener.PERSIST_SKIPLAZY |
| Modifier and Type | Method and Description |
|---|---|
protected CascadingAction |
JpaPersistEventListener.getCascadeAction() |
protected CascadingAction |
JpaPersistOnFlushEventListener.getCascadeAction() |
protected CascadingAction |
JpaAutoFlushEventListener.getCascadingAction() |
protected CascadingAction |
JpaFlushEventListener.getCascadingAction() |
| Constructor and Description |
|---|
CascadeEntityJoinWalker(OuterJoinLoadable persister,
CascadingAction action,
SessionFactoryImplementor factory) |
CascadeEntityLoader(OuterJoinLoadable persister,
CascadingAction action,
SessionFactoryImplementor factory) |
| Constructor and Description |
|---|
CascadeStyleLoadPlanBuildingAssociationVisitationStrategy(CascadingAction cascadeActionToMatch,
SessionFactoryImplementor sessionFactory,
LoadQueryInfluencers loadQueryInfluencers,
LockMode lockMode)
Constructs a CascadeStyleLoadPlanBuildingAssociationVisitationStrategy.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.