com.pmease.quickbuild.persistence
Class SessionFactoryProvider

java.lang.Object
  extended by com.pmease.quickbuild.persistence.SessionFactoryProvider
All Implemented Interfaces:
javax.inject.Provider<org.hibernate.SessionFactory>

public class SessionFactoryProvider
extends java.lang.Object
implements com.google.inject.Provider<org.hibernate.SessionFactory>


Constructor Summary
SessionFactoryProvider()
           
 
Method Summary
 org.hibernate.SessionFactory get()
           
 boolean isCreated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionFactoryProvider

public SessionFactoryProvider()
Method Detail

get

public org.hibernate.SessionFactory get()
Specified by:
get in interface javax.inject.Provider<org.hibernate.SessionFactory>

isCreated

public boolean isCreated()


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.