Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
DuncanKinnear
DuncanKinnear has asked
16
questions and find answers to
38
problems.
Stats
895
EtPoint
241
Vote count
16
questions
38
answers
About
Software Engineer by trade.
My wife and I keep horses which keeps me busy when I'm not coding.
SOreadytohelp
DuncanKinnear questions
Can Spring/JPA/Hibernate use simple JDBC-compliant driver?
Postgres - Update on single record slow on ver 10+
Hibernate - BigDecimal column mapping for Custom Dialect
Setting specific column tab stops in Vim
JPA Query returning nulls - Composite Key with null column
How to create a static Map of String -> Array
Boxed value unboxed then reboxed
Spring @Transactional inheritance rules
DuncanKinnear answers
How do I map a BigDecimal in Hibernate so I get back the same scale I put in?
Persist 1-m entities with composite primary key in hibernate
JPQL for a Unidirectional OneToMany
How to use Constructor Mapping with Spring JPA Repositories
lost precision when storing BigDecimal into H2 using Hibernate
BigDecimal in 1.8 vs. 1.9
Java/Hibernate: How to detect, if field is lazy-loaded proxy and not actual data?
Can we use double to store monetary fields and use BigDecimal for arithmetic
Spring Data, JPA @ManyToOne lazy initialization not working
DTO and Entity in one object?