com.googlecode.jpattern.orm.session
Class NullSessionProvider

java.lang.Object
  extended by com.googlecode.jpattern.orm.session.NullSessionProvider
All Implemented Interfaces:
ISessionProvider

public class NullSessionProvider
extends Object
implements ISessionProvider

Author:
Francesco Cina 24/giu/2011

Constructor Summary
NullSessionProvider()
           
 
Method Summary
 ISession getSession(IOrmClassToolMap ormClassToolMap)
           
 void updateTableMap(ITableMap tableMap, boolean enableDBScan)
           
 
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

getSession

public ISession getSession(IOrmClassToolMap ormClassToolMap)
Specified by:
getSession in interface ISessionProvider

updateTableMap

public void updateTableMap(ITableMap tableMap,
                           boolean enableDBScan)
                    throws SQLException
Specified by:
updateTableMap in interface ISessionProvider
Throws:
SQLException


Copyright © 2011. All Rights Reserved.