T - ID - public class BaseDaoImpl<T,ID extends Serializable> extends org.springframework.data.jpa.repository.support.SimpleJpaRepository<T,ID> implements BaseDao<T,ID>
| Constructor and Description |
|---|
BaseDaoImpl(org.springframework.data.jpa.repository.support.JpaEntityInformation<T,?> entityInformation,
javax.persistence.EntityManager entityManager) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<?> |
findAll(org.springframework.data.jpa.domain.Specification<T> specs,
org.springframework.data.domain.Pageable pageable,
List<String> fields) |
List<?> |
findAllIgnoreCount(org.springframework.data.jpa.domain.Specification<T> specs,
org.springframework.data.domain.Pageable pageable,
List<String> fields) |
count, count, count, delete, deleteAll, deleteAll, deleteAllInBatch, deleteById, deleteInBatch, exists, existsById, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAllById, findById, findOne, findOne, flush, getCountQuery, getCountQuery, getDomainClass, getOne, getQuery, getQuery, getQuery, getQuery, getQueryHints, getRepositoryMethodMetadata, readPage, readPage, save, saveAll, saveAndFlush, setEscapeCharacter, setRepositoryMethodMetadataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, saveAll, saveAndFlushfindAllcount, delete, deleteAll, deleteAll, deleteById, existsById, findById, savepublic BaseDaoImpl(org.springframework.data.jpa.repository.support.JpaEntityInformation<T,?> entityInformation, javax.persistence.EntityManager entityManager)
public List<?> findAllIgnoreCount(org.springframework.data.jpa.domain.Specification<T> specs, org.springframework.data.domain.Pageable pageable, List<String> fields)
findAllIgnoreCount in interface BaseDao<T,ID extends Serializable>Copyright © 2023. All rights reserved.