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.loader.entity |
This package defines entity loaders
|
org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
Modifier and Type | Method and Description |
---|---|
static void |
Cascade.cascade(CascadingAction action,
CascadePoint cascadePoint,
EventSource eventSource,
EntityPersister persister,
Object parent)
Cascade an action from the parent entity instance to all its children.
|
static void |
Cascade.cascade(CascadingAction action,
CascadePoint cascadePoint,
EventSource eventSource,
EntityPersister persister,
Object parent,
Object anything)
Cascade an action from the parent entity instance to all its children.
|
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 |
CascadeStyles.MultipleCascadeStyle.doCascade(CascadingAction action) |
boolean |
CascadeStyle.doCascade(CascadingAction action)
For this style, should the given action be cascaded?
|
boolean |
CascadeStyles.BaseCascadeStyle.reallyDoCascade(CascadingAction action) |
boolean |
CascadeStyles.MultipleCascadeStyle.reallyDoCascade(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...
|
Modifier and Type | Method and Description |
---|---|
protected CascadingAction |
DefaultSaveOrUpdateEventListener.getCascadeAction() |
protected CascadingAction |
DefaultReplicateEventListener.getCascadeAction() |
protected CascadingAction |
DefaultPersistOnFlushEventListener.getCascadeAction() |
protected CascadingAction |
DefaultPersistEventListener.getCascadeAction() |
protected CascadingAction |
DefaultMergeEventListener.getCascadeAction() |
protected abstract CascadingAction |
AbstractSaveEventListener.getCascadeAction() |
protected CascadingAction |
AbstractFlushingEventListener.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 © 2019 JBoss by Red Hat. All rights reserved.