JpaDao insteadpublic class PersistentServiceJpaDao<T,PK extends Serializable> extends JpaDao<T,PK> implements Dao<T,PK>
| Constructor and Description |
|---|
PersistentServiceJpaDao()
Deprecated.
|
PersistentServiceJpaDao(Class<T> entityClass)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete(Collection<T> collection)
Deprecated.
Delete a collection of entities
|
void |
deleteById(Collection<PK> ids)
Deprecated.
Delete a collection of Ids.
|
Collection<T> |
save(Collection<T> collection)
Deprecated.
Save a collection entity
|
delete, deleteById, exists, findByNamedQuery, get, get, getAll, getAll, getCriteriaBuilderMap, getEntityClass, getEntityManager, getKeys, getNamedQuery, getPage, getQueryFinder, getQueryString, initialize, initialize, isNew, isOnDeleteSetNull, save, setCriteriaBuilderMap, setEntityClass, setEntityManager, setOnDeleteSetNull, setQueryFinderclone, 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>delete in class DaoSupport<T,PK extends Serializable>collection - collectin to deletepublic Collection<T> save(Collection<T> collection)
save in interface Dao<T,PK extends Serializable>save in class DaoSupport<T,PK extends Serializable>collection - collectin to savepublic void deleteById(Collection<PK> ids)
deleteById in interface Dao<T,PK extends Serializable>deleteById in class DaoSupport<T,PK extends Serializable>ids - ids to deleteCopyright © 2014 JDAL. All Rights Reserved.