Class CustomJpaRepository
java.lang.Object
org.springframework.data.jpa.repository.support.SimpleJpaRepository
tech.ailef.dbadmin.external.dbmapping.CustomJpaRepository
- All Implemented Interfaces:
org.springframework.data.jpa.repository.JpaRepository,org.springframework.data.jpa.repository.JpaSpecificationExecutor,org.springframework.data.jpa.repository.support.JpaRepositoryImplementation,org.springframework.data.repository.CrudRepository,org.springframework.data.repository.ListCrudRepository,org.springframework.data.repository.ListPagingAndSortingRepository,org.springframework.data.repository.PagingAndSortingRepository,org.springframework.data.repository.query.QueryByExampleExecutor,org.springframework.data.repository.Repository
public class CustomJpaRepository
extends org.springframework.data.jpa.repository.support.SimpleJpaRepository
-
Constructor Summary
ConstructorsConstructorDescriptionCustomJpaRepository(DbObjectSchema schema, jakarta.persistence.EntityManager em) -
Method Summary
Modifier and TypeMethodDescriptionlongcount(String q, Set<QueryFilter> queryFilters) search(String q, int page, int pageSize, String sortKey, String sortOrder, Set<QueryFilter> filters) search(String query, Set<QueryFilter> filters) intupdate(DbObjectSchema schema, Map<String, String> params, Map<String, org.springframework.web.multipart.MultipartFile> files) Methods inherited from class org.springframework.data.jpa.repository.support.SimpleJpaRepository
count, count, count, delete, delete, deleteAll, deleteAll, deleteAllById, deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteById, exists, exists, existsById, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAll, findAllById, findBy, findBy, findById, findOne, findOne, flush, getById, getCountQuery, getCountQuery, getDomainClass, getOne, getQuery, getQuery, getQuery, getQuery, getQueryHints, getQueryHintsForCount, getReferenceById, getRepositoryMethodMetadata, readPage, readPage, save, saveAll, saveAllAndFlush, saveAndFlush, setEscapeCharacter, setRepositoryMethodMetadataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteInBatch
-
Constructor Details
-
CustomJpaRepository
-
-
Method Details
-
count
-
search
-
search
-
update
-