T
- The type of the entity.ID
- The type of the entity's id.public interface GenericDao<T extends BusinessEntity<ID>,ID extends Serializable> extends ReadDao<T,ID>, ModificationDao<T,ID>
ReadDao
) and to modify entities
(from ModificationDao
).Copyright © 2012. All Rights Reserved.