|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventSource | |
---|---|
org.hibernate.action.internal | |
org.hibernate.cache.spi.entry | This package defines formats for disassembled state kept in the second level cache. |
org.hibernate.ejb.event | |
org.hibernate.engine.internal | |
org.hibernate.engine.query.spi | |
org.hibernate.engine.spi | |
org.hibernate.envers.synchronization | |
org.hibernate.event.internal | This package defines a default set of event listeners that implements the default behaviors of Hibernate. |
org.hibernate.event.spi | |
org.hibernate.hql.internal.ast | An ANTLR-based parser for Hibernate Query Language. |
org.hibernate.hql.internal.classic | This package contains the Hibernate 2.x query parser which is being end-of-lifed. |
org.hibernate.hql.spi | |
org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs. |
org.hibernate.loader.hql | This package defines a loader for the AST-based query parser |
Uses of EventSource in org.hibernate.action.internal |
---|
Methods in org.hibernate.action.internal that return EventSource | |
---|---|
protected EventSource |
EntityAction.eventSource()
|
protected EventSource |
CollectionAction.eventSource()
|
Uses of EventSource in org.hibernate.cache.spi.entry |
---|
Methods in org.hibernate.cache.spi.entry with parameters of type EventSource | |
---|---|
Object[] |
CacheEntry.assemble(Object instance,
Serializable id,
EntityPersister persister,
Interceptor interceptor,
EventSource session)
|
Uses of EventSource in org.hibernate.ejb.event |
---|
Methods in org.hibernate.ejb.event with parameters of type EventSource | |
---|---|
protected boolean |
EJB3DeleteEventListener.invokeDeleteLifecycle(EventSource session,
Object entity,
EntityPersister persister)
|
protected Serializable |
EJB3SaveEventListener.saveWithGeneratedId(Object entity,
String entityName,
Object anything,
EventSource source,
boolean requiresImmediateIdAccess)
|
protected Serializable |
EJB3PersistEventListener.saveWithGeneratedId(Object entity,
String entityName,
Object anything,
EventSource source,
boolean requiresImmediateIdAccess)
|
protected Serializable |
EJB3SaveOrUpdateEventListener.saveWithGeneratedId(Object entity,
String entityName,
Object anything,
EventSource source,
boolean requiresImmediateIdAccess)
|
protected Serializable |
EJB3MergeEventListener.saveWithGeneratedId(Object entity,
String entityName,
Object anything,
EventSource source,
boolean requiresImmediateIdAccess)
|
protected Serializable |
EJB3SaveEventListener.saveWithRequestedId(Object entity,
Serializable requestedId,
String entityName,
Object anything,
EventSource source)
|
protected Serializable |
EJB3PersistEventListener.saveWithRequestedId(Object entity,
Serializable requestedId,
String entityName,
Object anything,
EventSource source)
|
protected Serializable |
EJB3SaveOrUpdateEventListener.saveWithRequestedId(Object entity,
Serializable requestedId,
String entityName,
Object anything,
EventSource source)
|
protected Serializable |
EJB3MergeEventListener.saveWithRequestedId(Object entity,
Serializable requestedId,
String entityName,
Object anything,
EventSource source)
|
Uses of EventSource in org.hibernate.engine.internal |
---|
Constructors in org.hibernate.engine.internal with parameters of type EventSource | |
---|---|
Cascade(CascadingAction action,
int cascadeTo,
EventSource eventSource)
|
Uses of EventSource in org.hibernate.engine.query.spi |
---|
Methods in org.hibernate.engine.query.spi with parameters of type EventSource | |
---|---|
Iterator |
HQLQueryPlan.performIterate(QueryParameters queryParameters,
EventSource session)
|
Uses of EventSource in org.hibernate.engine.spi |
---|
Methods in org.hibernate.engine.spi with parameters of type EventSource | |
---|---|
abstract void |
CascadingAction.cascade(EventSource session,
Object child,
String entityName,
Object anything,
boolean isCascadeDeleteEnabled)
Cascade the action to the child object. |
abstract Iterator |
CascadingAction.getCascadableChildrenIterator(EventSource session,
CollectionType collectionType,
Object collection)
Given a collection, get an iterator of the children upon which the current cascading action should be visited. |
void |
CascadingAction.noCascade(EventSource session,
Object child,
Object parent,
EntityPersister persister,
int propertyIndex)
Called (in the case of CascadingAction.requiresNoCascadeChecking() returning true) to validate
that no cascade on the given property is considered a valid semantic. |
Uses of EventSource in org.hibernate.envers.synchronization |
---|
Methods in org.hibernate.envers.synchronization with parameters of type EventSource | |
---|---|
AuditProcess |
AuditProcessManager.get(EventSource session)
|
Uses of EventSource in org.hibernate.event.internal |
---|
Methods in org.hibernate.event.internal with parameters of type EventSource | |
---|---|
protected void |
DefaultDeleteEventListener.cascadeAfterDelete(EventSource session,
EntityPersister persister,
Object entity,
Set transientEntities)
|
protected void |
AbstractSaveEventListener.cascadeAfterSave(EventSource source,
EntityPersister persister,
Object entity,
Object anything)
Handles to calls needed to perform post-save cascades. |
protected void |
DefaultMergeEventListener.cascadeAfterSave(EventSource source,
EntityPersister persister,
Object entity,
Object anything)
Cascade behavior is redefined by this subclass, disable superclass behavior |
protected void |
DefaultDeleteEventListener.cascadeBeforeDelete(EventSource session,
EntityPersister persister,
Object entity,
EntityEntry entityEntry,
Set transientEntities)
|
protected void |
AbstractSaveEventListener.cascadeBeforeSave(EventSource source,
EntityPersister persister,
Object entity,
Object anything)
Handles the calls needed to perform pre-save cascades for the given entity. |
protected void |
DefaultMergeEventListener.cascadeBeforeSave(EventSource source,
EntityPersister persister,
Object entity,
Object anything)
Cascade behavior is redefined by this subclass, disable superclass behavior |
protected void |
DefaultMergeEventListener.cascadeOnMerge(EventSource source,
EntityPersister persister,
Object entity,
Map copyCache)
Perform any cascades needed as part of this copy event. |
protected void |
DefaultDeleteEventListener.deleteEntity(EventSource session,
Object entity,
EntityEntry entityEntry,
boolean isCascadeDeleteEnabled,
EntityPersister persister,
Set transientEntities)
Perform the entity deletion. |
protected void |
DefaultDeleteEventListener.deleteTransientEntity(EventSource session,
Object entity,
boolean cascadeDeleteEnabled,
EntityPersister persister,
Set transientEntities)
We encountered a delete request on a transient instance. |
protected void |
DefaultEvictEventListener.doEvict(Object object,
EntityKey key,
EntityPersister persister,
EventSource session)
|
protected boolean |
DefaultDeleteEventListener.invokeDeleteLifecycle(EventSource session,
Object entity,
EntityPersister persister)
|
protected boolean |
AbstractSaveEventListener.invokeSaveLifecycle(Object entity,
EntityPersister persister,
EventSource source)
|
protected boolean |
DefaultSaveOrUpdateEventListener.invokeUpdateLifecycle(Object entity,
EntityPersister persister,
EventSource source)
|
protected void |
AbstractFlushingEventListener.performExecutions(EventSource session)
Execute all SQL (and second-level cache updates) in a special order so that foreign-key constraints cannot be violated: Inserts, in the order they were performed Updates Deletion of collection elements Insertion of collection elements Deletes, in the order they were performed |
protected Serializable |
AbstractSaveEventListener.performSave(Object entity,
Serializable id,
EntityPersister persister,
boolean useIdentityColumn,
Object anything,
EventSource source,
boolean requiresImmediateIdAccess)
Prepares the save call by checking the session caches for a pre-existing entity and performing any lifecycle callbacks. |
protected Serializable |
AbstractSaveEventListener.performSaveOrReplicate(Object entity,
EntityKey key,
EntityPersister persister,
boolean useIdentityColumn,
Object anything,
EventSource source,
boolean requiresImmediateIdAccess)
Performs all the actual work needed to save an entity (well to get the save moved to the execution queue). |
protected Serializable |
AbstractSaveEventListener.saveWithGeneratedId(Object entity,
String entityName,
Object anything,
EventSource source,
boolean requiresImmediateIdAccess)
Prepares the save call using a newly generated id. |
protected Serializable |
AbstractSaveEventListener.saveWithRequestedId(Object entity,
Serializable requestedId,
String entityName,
Object anything,
EventSource source)
Prepares the save call using the given requested id. |
protected void |
AbstractLockUpgradeEventListener.upgradeLock(Object object,
EntityEntry entry,
LockOptions lockOptions,
EventSource source)
Performs a pessimistic lock upgrade on a given entity, if needed. |
protected boolean |
AbstractSaveEventListener.visitCollectionsBeforeSave(Object entity,
Serializable id,
Object[] values,
Type[] types,
EventSource source)
|
protected boolean |
DefaultReplicateEventListener.visitCollectionsBeforeSave(Object entity,
Serializable id,
Object[] values,
Type[] types,
EventSource source)
|
Constructors in org.hibernate.event.internal with parameters of type EventSource | |
---|---|
OnLockVisitor(EventSource session,
Serializable key,
Object owner)
|
|
ProxyVisitor(EventSource session)
|
|
ReattachVisitor(EventSource session,
Serializable ownerIdentifier,
Object owner)
|
Uses of EventSource in org.hibernate.event.spi |
---|
Methods in org.hibernate.event.spi that return EventSource | |
---|---|
EventSource |
AbstractEvent.getSession()
Returns the session event source for this event. |
EventSource |
AbstractPreDatabaseOperationEvent.getSource()
Deprecated. Use AbstractEvent.getSession() instead |
Methods in org.hibernate.event.spi with parameters of type EventSource | |
---|---|
protected static String |
AbstractCollectionEvent.getAffectedOwnerEntityName(CollectionPersister collectionPersister,
Object affectedOwner,
EventSource source)
|
protected static CollectionPersister |
AbstractCollectionEvent.getLoadedCollectionPersister(PersistentCollection collection,
EventSource source)
|
protected static Serializable |
AbstractCollectionEvent.getLoadedOwnerIdOrNull(PersistentCollection collection,
EventSource source)
|
protected static Object |
AbstractCollectionEvent.getLoadedOwnerOrNull(PersistentCollection collection,
EventSource source)
|
protected static Serializable |
AbstractCollectionEvent.getOwnerIdOrNull(Object owner,
EventSource source)
|
Uses of EventSource in org.hibernate.hql.internal.ast |
---|
Methods in org.hibernate.hql.internal.ast with parameters of type EventSource | |
---|---|
Iterator |
QueryTranslatorImpl.iterate(QueryParameters queryParameters,
EventSource session)
Return the query results as an iterator |
Uses of EventSource in org.hibernate.hql.internal.classic |
---|
Methods in org.hibernate.hql.internal.classic with parameters of type EventSource | |
---|---|
Iterator |
QueryTranslatorImpl.iterate(QueryParameters queryParameters,
EventSource session)
Return the query results as an iterator |
Uses of EventSource in org.hibernate.hql.spi |
---|
Methods in org.hibernate.hql.spi with parameters of type EventSource | |
---|---|
Iterator |
QueryTranslator.iterate(QueryParameters queryParameters,
EventSource session)
Perform an iterate operation given the underlying query definition. |
Uses of EventSource in org.hibernate.internal |
---|
Classes in org.hibernate.internal that implement EventSource | |
---|---|
class |
SessionImpl
Concrete implementation of a Session. |
Constructors in org.hibernate.internal with parameters of type EventSource | |
---|---|
IteratorImpl(ResultSet rs,
PreparedStatement ps,
EventSource sess,
boolean readOnly,
Type[] types,
String[][] columnNames,
HolderInstantiator holderInstantiator)
|
|
NonFlushedChangesImpl(EventSource session)
|
Uses of EventSource in org.hibernate.loader.hql |
---|
Methods in org.hibernate.loader.hql with parameters of type EventSource | |
---|---|
Iterator |
QueryLoader.iterate(QueryParameters queryParameters,
EventSource session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |