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

Type Parameters:
T - the entity type
PK - the primary key type
Enclosing interface:
BulkLoadingDao<T extends net.solarnetwork.dao.Entity<PK>,PK extends Serializable>

public static interface BulkLoadingDao.LoadingExceptionHandler<T extends net.solarnetwork.dao.Entity<PK>,PK extends Serializable>
API for handling an exception thrown during a bulk loading operation.
  • Method Details