public interface ObjectManager<T>
void
destroy(T obj)
T
generate()
update(T obj)
T generate() throws Exception
Exception
T update(T obj) throws Exception
void destroy(T obj) throws Exception
Copyright © 2016. All Rights Reserved.