java
hibernate3 calendar_date adds time with jdk 1.8
When we upgraded from weblogic 9c(JDK 1.5) to weblogic 12c(JDK 1.8), hibernate type calendar_date is adding time to the field. Except weblogic version nothing else has changed. In weblogic 9c the same column is getting populated with only Date(with out time), but in weblogic 12c column is getting populated with Date along with Time. Could some one guide me in right direction? <property name="hireDate" column="hire_date" type="calendar_date"/> weblogic 9c hire_date = 05/15/2017 weblogic 12c hire_date = 05/15/2017 08:22:36
Related Links
How to model bidirectional relation between entities ?
How to use upload() of com.microsoft.azure.storage.blob.CloudBlockBlob
Android carousel, image perspective transformation
Design factory for Java driver
How to concatenate string in a for loop using scanner? [duplicate]
How to convert extended class from DailyRollingFileAppender to Log4j 2
Create a .docx file of custom data in android
Struts isn't using my getter methd
IntelliJ IDEA 15 not recognizing java.time
Executing method outside the AWT thread
Calculating Yaw/pitch and taking 180/-180 flips into account?
Gradle multi-project build command fails but works correctly for sub-projects
How many pixels are in a JTextArea column
Is it possible to decode a text with more than encrypted values in Java?
Loading application configuration properties from database in spring based application using java based configuration
Java Regex groups [duplicate]