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. 
org.hibernate.metamodel NOTE: This package is currently unfinished and therefore considered experimental and unsupported. 
org.hibernate.metamodel.source.internal   
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
 SharedSessionBuilder SharedSessionBuilder.interceptor(Interceptor interceptor)
           
 SessionBuilder SessionBuilder.interceptor(Interceptor interceptor)
          Adds a specific interceptor to the session options
 

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()
          Retrieve the configured Interceptor.
 

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

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.testing.junit4
 

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



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