Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

I have two ebean object in Playframework 3.0.5 and ebean 3.0.0. MessageThread, which has MessageItems: In MessageThread: @OrderBy("addDate ASC") @OneToMany(mappedBy = "thread", ...
0 votes
0 answers
35 views

I want to study third-party library source code(ebean), I want to modify some source code. So I downloaded the source code, and create a module using it. (Not imported via dependency) But what are the ...
1 vote
0 answers
62 views

I'm developing a Minecraft PaperMC plugin using Ebean ORM (v15.1.1) with a MySQL database and IntelliJ for development. However, I keep encountering the following error: What I’m trying to achieve: I’...
1 vote
1 answer
3k views

I have been tearing my hair out maintaining a project I wrote in Kotlin. Basically - it uses EBean, which itself uses Kapt to generate some code. The problem I have is that, literally, every other ...
0 votes
0 answers
137 views

I have a project using ebean 13.25.2-jakarta. I've included io.ebean.ebean io.ebean.ebean-ddl-generator I'm configuring ebean programmatically dataSourceConfig.setUsername(configService.get(...
tom.everett's user avatar
0 votes
1 answer
67 views

env:Springboot ebean as orm service layer code like below @Service @RequiredArgsConstructor public class UserInfoServiceImpl implements UserInfoService { private final UserInfoRepository ...
Johnson's user avatar
  • 11
0 votes
2 answers
170 views

I've been trying variations on this, but I can't seem to get Ebean to recognize the constraint. @ElementCollection @CollectionTable(schema = "participants", joinColumns = @JoinColumn(...
João Mendes's user avatar
  • 1,455
1 vote
0 answers
91 views

We have an internal API that executes the code in a lambda and returns a Boolean result in a CompleteStage: private CompletionStage<Boolean> foo1() { return internalAPI(param -> { ...
0 votes
0 answers
64 views

In the play documentation we can find how configure a database connection in the application.conf file such as default.driver=org.postgresql.Driver default.url="jdbc:postgresql://urlConnection&...
1 vote
1 answer
293 views

Overview I set up a github repo for this question to provide as much of the boiled down environment as possible. My goal is to set up ebean ORM for database manangement from a Paper Minecraft plugin. ...
0 votes
0 answers
701 views

My current setup: Java backend Ebean HikariCP RDS Aurora MySQL v5.7 having writer and reader nodes We use reader RDS node for business operations which only require read access to the database. This ...
mindas's user avatar
  • 26.8k
0 votes
1 answer
174 views

When using Ebean, let's say, I have the ORM class as follows: @Entity public class Student { @id private UUID id; String age; } Assuming that the age is a nullable column in the ...
Anand's user avatar
  • 763
0 votes
1 answer
117 views

I'm making project using SpringBoot and Ebean orm with MySql Database. I have created few tables in database. Now I wanted to add the column in existing table without deleting past records which is ...
0 votes
1 answer
87 views

I have an application that periodically downloads a large XML and saves it into a database. What is the proper way to deal with failure during the insertion process. Current process: download XML ...
Peter's user avatar
  • 504
0 votes
1 answer
208 views

I am faced with the problem of forming subqueries in ebean. I need to compose a query that is similar to the following sql: select sum(money), count(name) from ( select owr."clientName" ...

15 30 50 per page
1
2 3 4 5
...
74

AltStyle によって変換されたページ (->オリジナル) /