Package com.linkare.commons.dao
-
Interface Summary Interface Description Deletable Base interface providing the contract semantics that anydeletabletype must fulfil.Identifiable<T extends Serializable> Base interface providing the contract semantics that anyidentifiabletype must fulfil.IGenericDAO<Entity extends Identifiable<ID> & Deletable,ID extends Serializable> This interface presents the common set of operations that any DAO should provide by default.