it.amattioli.applicate.context.hibernate
Class TransactionalCommandEnhancer

Show UML class diagram
java.lang.Object
  extended by it.amattioli.applicate.context.hibernate.TransactionalCommandEnhancer

public class TransactionalCommandEnhancer
extends Object


Constructor Summary
TransactionalCommandEnhancer()
           
 
Method Summary
<T> T
newDependentService(T command)
           
<T extends Command>
T
newTransaction(T command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionalCommandEnhancer

public TransactionalCommandEnhancer()
Method Detail

newTransaction

public <T extends Command> T newTransaction(T command)

newDependentService

public <T> T newDependentService(T command)


Copyright © 2011. All Rights Reserved.