Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
SternK
SternK has asked
3
questions and find answers to
27
problems.
Stats
509
EtPoint
139
Vote count
3
questions
27
answers
About
SternK questions
Why has javax.persistence-api been replaced by jakarta.persistence-api in spring data jpa starter?
Hibernate could not fetch the SequenceInformation from the database
SternK answers
How to use @GeneratedValue inside @Embeddable used as composite primary key?
Hibernate filter does not apply for join entity
Is it possible to have autoincrement number without it being an ID?
How to obtain hibernate generated sql without aliases
Unidirectional @OneToOne with @MapsId does not work with lazy loading
Hibernate can't insert UUID to VARCHAR column
How to create a dynamic WHERE clause for all queries in Spring Data JPA?
How to make a field as optional in a JPA Entity?
How to map sql native query result into DTO in spring jpa repository?
How can I use an UUID as an @Id for my @Entity properly?