Uses of Interface
com.linkare.commons.dao.Identifiable
-
Packages that use Identifiable Package Description com.linkare.commons.dao -
-
Uses of Identifiable in com.linkare.commons.dao
Classes in com.linkare.commons.dao with type parameters of type Identifiable Modifier and Type Interface Description interfaceIGenericDAO<Entity extends Identifiable<ID> & Deletable,ID extends Serializable>This interface presents the common set of operations that any DAO should provide by default.
-