python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Spring Data CRUD Method Name for: Child Object IN
I have a UserRoles (USER_ROLES_T) domain object which contains a Lookup child object which is an ID.
@Entity
@Table(name = "USER_ROLES_T")
public class UserRoles {
//...
private Lookup...
gene b.
Votes: 0
Answers: 0
Spring Data findAll with filtered nested objects
I am currently developing a Spring Boot 2.5.5 app which needs to integrate some games. Each Game entity contains multiple GameProfile entities. Since the app and games are multilingual, we store all t...

tiempo
Votes: 0
Answers: 0
Bulk indexing multiple documents at once in Spring Data ElasticSearch, how?
There doesn't seem to have anything related to bulk operation like bulk indexing multiple documents at once in https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html
Is it even s...
wxh
Votes: 0
Answers: 1