Here is how you can convert Java LocalDateTime to ZonedDatime. Java LocalDateTime store only date time information without any timezone information. You can convert it to a ZonedTime with time zone information.
java
4 Articles
You may have encountered following error if you are migrating hibernate to version 5.x from an older version, This happens due to changes in hibernate HQL parameters of latest versions. Here is a quick fix to overcome this issue Simply replace ‘?’ with ‘?0’ in…
Here is an example using hibernate4, spring4 and maven. Learn how to do simple create, read, update and delete operations using hibernate.
Here are some sample log4j2 xml configurations. This includes full source code created with maven.
Page 1 of 1