org.jboss.ejb3.jpa.integration
Class Hibernate3_5SessionFactoryDelegator

java.lang.Object
  extended by org.jboss.ejb3.jpa.integration.Hibernate3_3SessionFactoryDelegator
      extended by org.jboss.ejb3.jpa.integration.Hibernate3_5SessionFactoryDelegator
Direct Known Subclasses:
AbstractSessionFactoryDelegator

public abstract class Hibernate3_5SessionFactoryDelegator
extends Hibernate3_3SessionFactoryDelegator


Constructor Summary
Hibernate3_5SessionFactoryDelegator()
           
 
Method Summary
 boolean containsFetchProfileDefinition(java.lang.String profile)
           
 org.hibernate.Cache getCache()
           
 
Methods inherited from class org.jboss.ejb3.jpa.integration.Hibernate3_3SessionFactoryDelegator
close, evict, evict, evictCollection, evictCollection, evictEntity, evictEntity, evictQueries, evictQueries, getAllClassMetadata, getAllCollectionMetadata, getClassMetadata, getClassMetadata, getCollectionMetadata, getCurrentSession, getDefinedFilterNames, getFilterDefinition, getReference, getSessionFactory, getStatistics, isClosed, openSession, openSession, openSession, openSession, openStatelessSession, openStatelessSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hibernate3_5SessionFactoryDelegator

public Hibernate3_5SessionFactoryDelegator()
Method Detail

containsFetchProfileDefinition

public boolean containsFetchProfileDefinition(java.lang.String profile)

getCache

public org.hibernate.Cache getCache()