Hibernate & JPA: Date & Time Mappings

  Рет қаралды 12,792

Thorben Janssen

Thorben Janssen

Күн бұрын

Пікірлер: 8
@lucasterable
@lucasterable 4 жыл бұрын
If you are still using JPA 2.0 or lower, or Java SE 7 or lower: - map dates and times as Strings in the format "YYYY-MM-DD" (for dates), "HH:MM:SS.mmm" (for time of day) or "YYYY-MM-DD HH:MM:SS.mmm" (for date and time). This way the alphabetical order and temporal order are equivalent. If you need the date as a complex structures such as a GregorianCalendar, then add @Transient getters and setters (do NOT map as GregorianCalendar!) - map absolute moments in time as java.util.Date with TemporalType.TIMESTAMP - do NOT use equals() to check equality of Dates retrieved from the persistence store, but instead, use compareTo() Otherwise, you will get into a world of hurt.
@tacosdecamaron
@tacosdecamaron 4 жыл бұрын
Thank you Thorben, I have been battling JPA in Spring boot for a project these days. Your videos have been helpful. Regards.
@luizrenato3405
@luizrenato3405 4 жыл бұрын
Thank you, very enlightening!!
@dllm3tommy741
@dllm3tommy741 Жыл бұрын
Thanks for the video
@jdmunguia
@jdmunguia 4 жыл бұрын
i what version of JPA was temporal introduce?
@javo310186
@javo310186 3 жыл бұрын
Thanks
@glebbondarenko67
@glebbondarenko67 4 жыл бұрын
Thank you for clarification +1
@MartinLopez-rc4ez
@MartinLopez-rc4ez 4 жыл бұрын
👏👏👏
Java Time and Timezone Conversion in Distributed Restful API
24:03
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 209 МЛН
How Strong is Tin Foil? 💪
00:25
Brianna
Рет қаралды 71 МЛН
Motorbike Smashes Into Porsche! 😱
00:15
Caters Clips
Рет қаралды 23 МЛН
JPA & Hibernate: Using the Optimal Query Approach & Projection
11:13
Thorben Janssen
Рет қаралды 4,6 М.
Apache Kafka in 6 minutes
6:48
James Cutajar
Рет қаралды 1 МЛН
Database Migration: Update your schema without a downtime
12:25
Thorben Janssen
Рет қаралды 18 М.
Spring & Spring Data JPA: Managing Transactions
10:34
Thorben Janssen
Рет қаралды 65 М.
Hibernate - @Temporal
9:08
Miss Xing (邢老师)
Рет қаралды 2,3 М.
Про Kafka (основы)
49:23
Владимир Богдановский
Рет қаралды 410 М.
7 Database Design Mistakes to Avoid (With Solutions)
11:29
Database Star
Рет қаралды 85 М.
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 209 МЛН