net.sourceforge.domian.repository
Class HibernateRepository.Update

java.lang.Object
  extended by net.sourceforge.domian.repository.HibernateRepository.Update
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Void>
Enclosing class:
HibernateRepository<T extends Entity>

protected class HibernateRepository.Update
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Void>


Constructor Summary
protected HibernateRepository.Update(Entity entity)
           
 
Method Summary
 java.lang.Void call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateRepository.Update

protected HibernateRepository.Update(Entity entity)
Method Detail

call

public java.lang.Void call()
                    throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Void>
Throws:
java.lang.Exception


Copyright © 2006-2010. All Rights Reserved.