Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data

Use cases of methods of QueryByExampleExecutor<T> interface in Spring data JPA

Does Spring Data support Elasticsearch 5.x?

Spring data aerospike

java spring-data aerospike

How to add global where clause for all find methods of Spring data JPA with Hibernate?

Disable query creation from method name - use of projections

Can we use both MongoRepository and MongoTemplate in same application

Couldn't find PersistentEntity for type class java.lang.String

NotSslRecordException: not an SSL/TLS record

SpringBoot: Configuring Spring DataSource for Tests

Using Spring Data Mongodb, is it possible to get the max value of a field without pulling and iterating over an entire collection?

Spring Data Mongo Repository:: Common shared method across all Repo issue

mongodb spring-data

Spring data complex query creation

How to compare 2 fields in Spring Data MongoDB using query object

Spring-boot-application with Hive-connection doesn't start embedded Tomcat

Collection based multitenancy with Spring Data MongoDB

Junit: writing a test for a method that deletes an entity?

How do you autowire/inject your datasource in Spring-boot?

native query join in spring data

differences between JPA @EntityListeners , @PrePersist and Spring @RepositoryEventHandler, @HandleBeforeSave

mock a CrudRepository findById ("111").get ()