com.jpattern.orm.session
Class NullSessionStrategy

java.lang.Object
  extended by com.jpattern.orm.session.NullSessionStrategy
All Implemented Interfaces:
SessionStrategy

public class NullSessionStrategy
extends Object
implements SessionStrategy

Author:
Francesco Cina' Dec 20, 2011

Constructor Summary
NullSessionStrategy()
           
 
Method Summary
 Transaction getTransaction(TransactionDefinition transactionDefinition)
           
 SqlPerformerStrategy sqlPerformerStrategy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullSessionStrategy

public NullSessionStrategy()
Method Detail

getTransaction

public Transaction getTransaction(TransactionDefinition transactionDefinition)
                           throws OrmException
Specified by:
getTransaction in interface SessionStrategy
Throws:
OrmException

sqlPerformerStrategy

public SqlPerformerStrategy sqlPerformerStrategy()
                                          throws OrmException
Specified by:
sqlPerformerStrategy in interface SessionStrategy
Throws:
OrmException


Copyright © 2013. All Rights Reserved.