程序包的使用
org.hibernate.event.spi
-
使用org.hibernate.event.spi的程序包 程序包 说明 org.hibernate.action.internal Internals for action processing.org.hibernate.boot.cfgxml.spi org.hibernate.cache.internal Internal implementations and support for second-level caching.org.hibernate.cache.spi.entry This package defines formats for disassembled state kept in the second level cache.org.hibernate.cfg.beanvalidation org.hibernate.engine.internal Support for many of the internal workings of Hibernate.org.hibernate.engine.query.spi Defines support for query plans and stored metadata about queriesorg.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.event.service.internal org.hibernate.event.service.spi 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.entity This package defines entity loadersorg.hibernate.loader.hql This package defines a loader for the AST-based query parserorg.hibernate.secure.internal -
org.hibernate.action.internal使用的org.hibernate.event.spi中的类 类 说明 EventSource EventType Enumeration of the recognized types of events, including meta-information about each. -
org.hibernate.boot.cfgxml.spi使用的org.hibernate.event.spi中的类 类 说明 EventType Enumeration of the recognized types of events, including meta-information about each. -
org.hibernate.cache.internal使用的org.hibernate.event.spi中的类 类 说明 PostDeleteEvent Occurs after deleting an item from the datastorePostDeleteEventListener Called after deleting an item from the datastorePostInsertEvent Occurs after inserting an item in the datastorePostInsertEventListener Called after inserting an item in the datastorePostUpdateEvent Occurs after the datastore is updatedPostUpdateEventListener Called after updating the datastore -
org.hibernate.cache.spi.entry使用的org.hibernate.event.spi中的类 类 说明 EventSource -
org.hibernate.cfg.beanvalidation使用的org.hibernate.event.spi中的类 类 说明 PreDeleteEvent Represents a pre-delete event, which occurs just prior to performing the deletion of an entity from the database.PreDeleteEventListener Called before deleting an item from the datastorePreInsertEvent Represents a pre-insert event, which occurs just prior to performing the insert of an entity into the database.PreInsertEventListener Called before inserting an item in the datastorePreUpdateEvent Represents a pre-update event, which occurs just prior to performing the update of an entity in the database.PreUpdateEventListener Called before updating the datastore -
org.hibernate.engine.internal使用的org.hibernate.event.spi中的类 类 说明 EventSource PostLoadEvent Occurs after an entity instance is fully loaded.PostLoadEventListener Occurs after an entity instance is fully loaded.PreLoadEvent Called before injecting property values into a newly loaded entity instance.PreLoadEventListener Called before injecting property values into a newly loaded entity instance. -
org.hibernate.engine.query.spi使用的org.hibernate.event.spi中的类 类 说明 EventSource -
org.hibernate.engine.spi使用的org.hibernate.event.spi中的类 类 说明 EventSource -
org.hibernate.event.internal使用的org.hibernate.event.spi中的类 类 说明 AbstractEvent Defines a base class for Session generated events.AutoFlushEvent Defines an event class for the auto-flushing of a session.AutoFlushEventListener Defines the contract for handling of session auto-flush events.DeleteEvent Defines an event class for the deletion of an entity.DeleteEventListener Defines the contract for handling of deletion events generated from a session.DirtyCheckEvent Defines an event class for the dirty-checking of a session.DirtyCheckEventListener Defines the contract for handling of session dirty-check events.EntityCopyObserver An observer for detection of multiple entity representations for a persistent entity being merged.EntityCopyObserverFactory EventSource EvictEvent Defines an event class for the evicting of an entity.EvictEventListener Defines the contract for handling of evict events generated from a session.FlushEntityEvent FlushEntityEventListener FlushEvent Defines an event class for the flushing of a session.FlushEventListener Defines the contract for handling of session flush events.InitializeCollectionEvent An event that occurs when a collection wants to be initializedInitializeCollectionEventListener Defines the contract for handling of collection initialization events generated by a session.LoadEvent Defines an event class for the loading of an entity.LoadEventListener Defines the contract for handling of load events generated from a session.LoadEventListener.LoadType LockEvent Defines an event class for the locking of an entity.LockEventListener Defines the contract for handling of lock events generated from a session.MergeEvent An event class for merge() and saveOrUpdateCopy()MergeEventListener Defines the contract for handling of merge events generated from a session.PersistEvent An event class for persist()PersistEventListener Defines the contract for handling of create events generated from a session.PostDeleteEvent Occurs after deleting an item from the datastorePostDeleteEventListener Called after deleting an item from the datastorePostInsertEvent Occurs after inserting an item in the datastorePostInsertEventListener Called after inserting an item in the datastorePostLoadEvent Occurs after an entity instance is fully loaded.PostLoadEventListener Occurs after an entity instance is fully loaded.PostUpdateEvent Occurs after the datastore is updatedPostUpdateEventListener Called after updating the datastorePreLoadEvent Called before injecting property values into a newly loaded entity instance.PreLoadEventListener Called before injecting property values into a newly loaded entity instance.RefreshEvent Defines an event class for the refreshing of an object.RefreshEventListener Defines the contract for handling of refresh events generated from a session.ReplicateEvent Defines an event class for the replication of an entity.ReplicateEventListener Defines the contract for handling of replicate events generated from a session.ResolveNaturalIdEvent Defines an event class for the resolving of an entity id from the entity's natural-idResolveNaturalIdEventListener Defines the contract for handling of resolve natural id events generated from a session.SaveOrUpdateEvent An event class for saveOrUpdate()SaveOrUpdateEventListener Defines the contract for handling of update events generated from a session. -
org.hibernate.event.service.internal使用的org.hibernate.event.spi中的类 类 说明 EventType Enumeration of the recognized types of events, including meta-information about each. -
org.hibernate.event.service.spi使用的org.hibernate.event.spi中的类 类 说明 EventType Enumeration of the recognized types of events, including meta-information about each. -
org.hibernate.event.spi使用的org.hibernate.event.spi中的类 类 说明 AbstractCollectionEvent Defines a base class for events involving collections.AbstractEvent Defines a base class for Session generated events.AbstractPreDatabaseOperationEvent Represents an operation we are about to perform against the database.AutoFlushEvent Defines an event class for the auto-flushing of a session.AutoFlushEventListener Defines the contract for handling of session auto-flush events.ClearEvent An event forSession.clear()listeningClearEventListener Listener for notification ofSession.clear()DeleteEvent Defines an event class for the deletion of an entity.DeleteEventListener Defines the contract for handling of deletion events generated from a session.DirtyCheckEvent Defines an event class for the dirty-checking of a session.DirtyCheckEventListener Defines the contract for handling of session dirty-check events.EntityCopyObserver An observer for detection of multiple entity representations for a persistent entity being merged.EventSource EventType Enumeration of the recognized types of events, including meta-information about each.EvictEvent Defines an event class for the evicting of an entity.EvictEventListener Defines the contract for handling of evict events generated from a session.FlushEntityEvent FlushEntityEventListener FlushEvent Defines an event class for the flushing of a session.FlushEventListener Defines the contract for handling of session flush events.InitializeCollectionEvent An event that occurs when a collection wants to be initializedInitializeCollectionEventListener Defines the contract for handling of collection initialization events generated by a session.LoadEvent Defines an event class for the loading of an entity.LoadEventListener Defines the contract for handling of load events generated from a session.LoadEventListener.LoadType LockEvent Defines an event class for the locking of an entity.LockEventListener Defines the contract for handling of lock events generated from a session.MergeEvent An event class for merge() and saveOrUpdateCopy()MergeEventListener Defines the contract for handling of merge events generated from a session.PersistEvent An event class for persist()PersistEventListener Defines the contract for handling of create events generated from a session.PostCollectionRecreateEvent An event that occurs after a collection is recreatedPostCollectionRecreateEventListener Called after recreating a collectionPostCollectionRemoveEvent An event that occurs after a collection is removedPostCollectionRemoveEventListener Called after removing a collectionPostCollectionUpdateEvent An event that occurs after a collection is updatedPostCollectionUpdateEventListener Called after updating a collectionPostDeleteEvent Occurs after deleting an item from the datastorePostDeleteEventListener Called after deleting an item from the datastorePostInsertEvent Occurs after inserting an item in the datastorePostInsertEventListener Called after inserting an item in the datastorePostLoadEvent Occurs after an entity instance is fully loaded.PostLoadEventListener Occurs after an entity instance is fully loaded.PostUpdateEvent Occurs after the datastore is updatedPostUpdateEventListener Called after updating the datastorePreCollectionRecreateEvent An event that occurs before a collection is recreatedPreCollectionRecreateEventListener Called before recreating a collectionPreCollectionRemoveEvent An event that occurs before a collection is removedPreCollectionRemoveEventListener Called before removing a collectionPreCollectionUpdateEvent An event that occurs before a collection is updatedPreCollectionUpdateEventListener Called before updating a collectionPreDeleteEvent Represents a pre-delete event, which occurs just prior to performing the deletion of an entity from the database.PreDeleteEventListener Called before deleting an item from the datastorePreInsertEvent Represents a pre-insert event, which occurs just prior to performing the insert of an entity into the database.PreInsertEventListener Called before inserting an item in the datastorePreLoadEvent Called before injecting property values into a newly loaded entity instance.PreLoadEventListener Called before injecting property values into a newly loaded entity instance.PreUpdateEvent Represents a pre-update event, which occurs just prior to performing the update of an entity in the database.PreUpdateEventListener Called before updating the datastoreRefreshEvent Defines an event class for the refreshing of an object.RefreshEventListener Defines the contract for handling of refresh events generated from a session.ReplicateEvent Defines an event class for the replication of an entity.ReplicateEventListener Defines the contract for handling of replicate events generated from a session.ResolveNaturalIdEvent Defines an event class for the resolving of an entity id from the entity's natural-idResolveNaturalIdEventListener Defines the contract for handling of resolve natural id events generated from a session.SaveOrUpdateEvent An event class for saveOrUpdate()SaveOrUpdateEventListener Defines the contract for handling of update events generated from a session. -
org.hibernate.hql.internal.ast使用的org.hibernate.event.spi中的类 类 说明 EventSource -
org.hibernate.hql.internal.classic使用的org.hibernate.event.spi中的类 类 说明 EventSource -
org.hibernate.hql.spi使用的org.hibernate.event.spi中的类 类 说明 EventSource -
org.hibernate.internal使用的org.hibernate.event.spi中的类 类 说明 EventSource -
org.hibernate.loader.entity使用的org.hibernate.event.spi中的类 类 说明 LoadEvent Defines an event class for the loading of an entity.LoadEventListener.LoadType -
org.hibernate.loader.hql使用的org.hibernate.event.spi中的类 类 说明 EventSource -
org.hibernate.secure.internal使用的org.hibernate.event.spi中的类 类 说明 AbstractPreDatabaseOperationEvent Represents an operation we are about to perform against the database.PreDeleteEvent Represents a pre-delete event, which occurs just prior to performing the deletion of an entity from the database.PreDeleteEventListener Called before deleting an item from the datastorePreInsertEvent Represents a pre-insert event, which occurs just prior to performing the insert of an entity into the database.PreInsertEventListener Called before inserting an item in the datastorePreLoadEvent Called before injecting property values into a newly loaded entity instance.PreLoadEventListener Called before injecting property values into a newly loaded entity instance.PreUpdateEvent Represents a pre-update event, which occurs just prior to performing the update of an entity in the database.PreUpdateEventListener Called before updating the datastore