Interface BulkLoadingDao<T extends net.solarnetwork.dao.Entity<PK>,PK extends Serializable>

Type Parameters:
T - the domain object type
PK - the primary key type

public interface BulkLoadingDao<T extends net.solarnetwork.dao.Entity<PK>,PK extends Serializable>
API for entity batch loading DAO operations.
Since:
1.43