Uses of Interface
org.hibernate.internal.CoreMessageLogger

Packages that use CoreMessageLogger
org.hibernate.cache.ehcache   
org.hibernate.ejb.internal   
org.hibernate.envers.internal   
org.hibernate.hql.internal.ast.exec   
org.hibernate.hql.internal.ast.tree   
org.hibernate.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects. 
org.hibernate.service.jdbc.connections.internal   
 

Uses of CoreMessageLogger in org.hibernate.cache.ehcache
 

Subinterfaces of CoreMessageLogger in org.hibernate.cache.ehcache
 interface EhCacheMessageLogger
          The jboss-logging MessageLogger for the hibernate-ehcache module.
 

Classes in org.hibernate.cache.ehcache that implement CoreMessageLogger
 class EhCacheMessageLogger_$logger
          Warning this class consists of generated code.
 

Uses of CoreMessageLogger in org.hibernate.ejb.internal
 

Subinterfaces of CoreMessageLogger in org.hibernate.ejb.internal
 interface EntityManagerMessageLogger
          The jboss-logging MessageLogger for the hibernate-entitymanager module.
 

Classes in org.hibernate.ejb.internal that implement CoreMessageLogger
 class EntityManagerMessageLogger_$logger
          Warning this class consists of generated code.
 

Uses of CoreMessageLogger in org.hibernate.envers.internal
 

Subinterfaces of CoreMessageLogger in org.hibernate.envers.internal
 interface EnversMessageLogger
          The jboss-logging MessageLogger for the hibernate-envers module.
 

Classes in org.hibernate.envers.internal that implement CoreMessageLogger
 class EnversMessageLogger_$logger
          Warning this class consists of generated code.
 

Uses of CoreMessageLogger in org.hibernate.hql.internal.ast.exec
 

Constructors in org.hibernate.hql.internal.ast.exec with parameters of type CoreMessageLogger
AbstractStatementExecutor(HqlSqlWalker walker, CoreMessageLogger log)
           
 

Uses of CoreMessageLogger in org.hibernate.hql.internal.ast.tree
 

Methods in org.hibernate.hql.internal.ast.tree that return CoreMessageLogger
protected  CoreMessageLogger QueryNode.getLog()
           
protected  CoreMessageLogger DeleteStatement.getLog()
           
protected abstract  CoreMessageLogger AbstractRestrictableStatement.getLog()
           
protected  CoreMessageLogger UpdateStatement.getLog()
           
 

Uses of CoreMessageLogger in org.hibernate.internal
 

Classes in org.hibernate.internal that implement CoreMessageLogger
 class CoreMessageLogger_$logger
          Warning this class consists of generated code.
 

Uses of CoreMessageLogger in org.hibernate.loader
 

Fields in org.hibernate.loader declared as CoreMessageLogger
protected static CoreMessageLogger Loader.LOG
           
 

Uses of CoreMessageLogger in org.hibernate.service.jdbc.connections.internal
 

Subinterfaces of CoreMessageLogger in org.hibernate.service.jdbc.connections.internal
 interface C3P0MessageLogger
          The jboss-logging MessageLogger for the hibernate-c3p0 module.
 interface ProxoolMessageLogger
          The jboss-logging MessageLogger for the hibernate-proxool module.
 

Classes in org.hibernate.service.jdbc.connections.internal that implement CoreMessageLogger
 class C3P0MessageLogger_$logger
          Warning this class consists of generated code.
 class ProxoolMessageLogger_$logger
          Warning this class consists of generated code.
 



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