public interface GenericDAO<T,ID>
T update(T entity) throws NoSuchEntityException
If the entity does not exist, it throws NoSuchEntityException
entity - NoSuchEntityExceptionT newInstance()
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.