Package | Description |
---|---|
org.hibernate.ejb.event | |
org.hibernate.engine.internal | |
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
|
Modifier and Type | Method and Description |
---|---|
protected CascadingAction |
EJB3PersistOnFlushEventListener.getCascadeAction() |
protected CascadingAction |
EJB3PersistEventListener.getCascadeAction() |
protected CascadingAction |
EJB3FlushEventListener.getCascadingAction() |
protected CascadingAction |
EJB3AutoFlushEventListener.getCascadingAction() |
Constructor and Description |
---|
Cascade(CascadingAction action,
int cascadeTo,
EventSource eventSource) |
Modifier and Type | Class and Description |
---|---|
class |
EJB3CascadingAction
Because of CascadingAction constructor visibility
I need a packaged friendly subclass
TODO Get rid of it for 3.3
|
Modifier and Type | Field and Description |
---|---|
static CascadingAction |
CascadingAction.DELETE |
static CascadingAction |
CascadingAction.EVICT |
static CascadingAction |
CascadingAction.LOCK |
static CascadingAction |
CascadingAction.MERGE |
static CascadingAction |
CascadingAction.PERSIST |
static CascadingAction |
CascadingAction.PERSIST_ON_FLUSH
Execute persist during flush time
|
static CascadingAction |
EJB3CascadingAction.PERSIST_SKIPLAZY |
static CascadingAction |
CascadingAction.REFRESH |
static CascadingAction |
CascadingAction.REPLICATE |
static CascadingAction |
CascadingAction.SAVE_UPDATE |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
CascadeStyle.doCascade(CascadingAction action)
For this style, should the given action be cascaded?
|
boolean |
CascadeStyle.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 |
CascadeStyle.MultipleCascadeStyle.reallyDoCascade(CascadingAction action) |
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) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.