com.jpattern.orm.session
Class NullSessionProvider

java.lang.Object
  extended by com.jpattern.orm.session.SessionProvider
      extended by com.jpattern.orm.session.NullSessionProvider

public class NullSessionProvider
extends SessionProvider

Author:
Francesco Cina 24/giu/2011

Constructor Summary
NullSessionProvider()
           
 
Method Summary
 DataSource getDataSource()
           
 SessionStrategy getSessionStrategy()
           
 
Methods inherited from class com.jpattern.orm.session.SessionProvider
getDBType, getLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSessionProvider

public NullSessionProvider()
Method Detail

getSessionStrategy

public SessionStrategy getSessionStrategy()
Specified by:
getSessionStrategy in class SessionProvider

getDataSource

public DataSource getDataSource()
Specified by:
getDataSource in class SessionProvider


Copyright © 2013. All Rights Reserved.