public abstract class DaoSupport<T,PK extends Serializable> extends Object implements Dao<T,PK>
Dao implementation.| Constructor and Description |
|---|
DaoSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Collection<T> collection)
Delete a collection of entities
|
void |
deleteById(Collection<PK> ids)
Delete a collection of Ids.
|
Collection<T> |
save(Collection<T> collection)
Save a collection entity
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, deleteById, exists, findByNamedQuery, get, get, getAll, getAll, getEntityClass, initialize, initialize, savegetKeys, getPagepublic void delete(Collection<T> collection)
delete in interface Dao<T,PK extends Serializable>collection - collectin to deletepublic Collection<T> save(Collection<T> collection)
save in interface Dao<T,PK extends Serializable>collection - collectin to savepublic void deleteById(Collection<PK> ids)
deleteById in interface Dao<T,PK extends Serializable>ids - ids to deleteCopyright © 2014 JDAL. All Rights Reserved.