Uses of Interface
org.hibernate.Interceptor

Packages that use Interceptor
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.cache.spi.entry This package defines formats for disassembled state kept in the second level cache. 
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.ejb   
org.hibernate.engine.spi   
org.hibernate.envers.entities.mapper.relation.lazy   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs of the org.hibernate package. 
org.hibernate.metamodel NOTE: This package is currently unfinished and therefore considered experimental and unsupported. 
org.hibernate.metamodel.source.internal   
org.hibernate.test.dynamicentity.interceptor   
org.hibernate.test.dynamicentity.tuplizer   
org.hibernate.test.interceptor   
org.hibernate.test.mixed   
org.hibernate.testing.junit4   
 

Uses of Interceptor in org.hibernate
 

Classes in org.hibernate that implement Interceptor
 class EmptyInterceptor
          An interceptor that does nothing.
 

Fields in org.hibernate declared as Interceptor
static Interceptor EmptyInterceptor.INSTANCE
           
 

Methods in org.hibernate that return Interceptor
 Interceptor SessionFactory.SessionFactoryOptions.getInterceptor()
           
 

Methods in org.hibernate with parameters of type Interceptor
 SessionBuilder SessionBuilder.interceptor(Interceptor interceptor)
          Adds a specific interceptor to the session options
 SharedSessionBuilder SharedSessionBuilder.interceptor(Interceptor interceptor)
           
 

Uses of Interceptor in org.hibernate.cache.spi.entry
 

Methods in org.hibernate.cache.spi.entry with parameters of type Interceptor
 Object[] CacheEntry.assemble(Object instance, Serializable id, EntityPersister persister, Interceptor interceptor, EventSource session)
           
 

Uses of Interceptor in org.hibernate.cfg
 

Methods in org.hibernate.cfg that return Interceptor
 Interceptor Configuration.getInterceptor()
          Rterieve the configured Interceptor.
 

Methods in org.hibernate.cfg with parameters of type Interceptor
 Configuration Configuration.setInterceptor(Interceptor interceptor)
          Set the current Interceptor
 AnnotationConfiguration AnnotationConfiguration.setInterceptor(Interceptor interceptor)
          Deprecated.  
 

Uses of Interceptor in org.hibernate.ejb
 

Methods in org.hibernate.ejb that return Interceptor
 Interceptor Ejb3Configuration.getInterceptor()
          Deprecated.  
 

Methods in org.hibernate.ejb with parameters of type Interceptor
 Ejb3Configuration Ejb3Configuration.setInterceptor(Interceptor interceptor)
          Deprecated.  
 

Uses of Interceptor in org.hibernate.engine.spi
 

Methods in org.hibernate.engine.spi that return Interceptor
 Interceptor SessionImplementor.getInterceptor()
          Retrieves the interceptor currently in use by this event source.
 Interceptor SessionFactoryImplementor.getInterceptor()
          Get the factory scoped interceptor for this factory.
 

Uses of Interceptor in org.hibernate.envers.entities.mapper.relation.lazy
 

Methods in org.hibernate.envers.entities.mapper.relation.lazy that return Interceptor
 Interceptor AbstractDelegateSessionImplementor.getInterceptor()
           
 

Uses of Interceptor in org.hibernate.internal
 

Methods in org.hibernate.internal that return Interceptor
 Interceptor SessionImpl.getInterceptor()
           
 Interceptor SessionFactoryImpl.getInterceptor()
           
 Interceptor StatelessSessionImpl.getInterceptor()
           
 

Uses of Interceptor in org.hibernate.metamodel
 

Methods in org.hibernate.metamodel with parameters of type Interceptor
 SessionFactoryBuilder SessionFactoryBuilder.with(Interceptor interceptor)
           
 

Uses of Interceptor in org.hibernate.metamodel.source.internal
 

Methods in org.hibernate.metamodel.source.internal with parameters of type Interceptor
 SessionFactoryBuilder SessionFactoryBuilderImpl.with(Interceptor interceptor)
           
 

Uses of Interceptor in org.hibernate.test.dynamicentity.interceptor
 

Classes in org.hibernate.test.dynamicentity.interceptor that implement Interceptor
 class ProxyInterceptor
          Our custom Interceptor impl which performs the interpretation of entity-name -> proxy instance and vice-versa.
 

Uses of Interceptor in org.hibernate.test.dynamicentity.tuplizer
 

Classes in org.hibernate.test.dynamicentity.tuplizer that implement Interceptor
 class EntityNameInterceptor
           
 

Uses of Interceptor in org.hibernate.test.interceptor
 

Classes in org.hibernate.test.interceptor that implement Interceptor
 class CollectionInterceptor
           
 class InstantiateInterceptor
           
 class PropertyInterceptor
           
 class StatefulInterceptor
           
 

Uses of Interceptor in org.hibernate.test.mixed
 

Classes in org.hibernate.test.mixed that implement Interceptor
 class DocumentInterceptor
           
 

Uses of Interceptor in org.hibernate.testing.junit4
 

Methods in org.hibernate.testing.junit4 with parameters of type Interceptor
protected  Session BaseCoreFunctionalTestCase.openSession(Interceptor interceptor)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.