python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
EntityManagerFactory is initialing
I`m DONT use EJB/Spring etc.
Only Jpa + Servlet.
I`m trying to create
public abstract class AbstractEntityManagerFactory {
private static final EntityManagerFactory emf = Persistence.createEntityManag...
Jap_Story
Votes: 0
Answers: 1
Is there a better way to achieve multiple connection to database in Symfony 6?
I'm having some trouble trying to achieve multiple connection to database in some clean way.
Keep in mind that this is my first symfony project ever, and i'm only a young developer.
In my project, the...
Corentin Durey
Votes: 0
Answers: 0
issue with createNativeQuery when binding date type parameter
i use an EntityManager to create a nativeQuery.
My database is a Postgres database.
The date field i request is modelised like that..
@Column(name = "date", columnDefinition = "date&quo...
electrode
Votes: 0
Answers: 1
OVER PARTITION BY sql statement with java EntityManager?
i have a SQL-core statement like this..
select * from
(select isin, row_number() over (partition by isin order by update_date
desc) as ROW_NUMBER
from stock_job_report where insurer = '...
electrode
Votes: 0
Answers: 1