Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JodaOrg/joda-time-hibernate
Hibernate mapping for Joda-Time.
https://github.com/JodaOrg/joda-time-hibernate
hibernate java joda joda-time
Last synced: 3 months ago
JSON representation
Hibernate mapping for Joda-Time.
- Host: GitHub
- URL: https://github.com/JodaOrg/joda-time-hibernate
- Owner: JodaOrg
- License: apache-2.0
- Created: 2011-05-16T14:33:15.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2023-11-20T14:04:15.000Z (over 1 year ago)
- Last Synced: 2024-10-29T22:37:26.946Z (4 months ago)
- Topics: hibernate, java, joda, joda-time
- Language: Java
- Homepage: http://www.joda.org/joda-time-hibernate/
- Size: 238 KB
- Stars: 41
- Watchers: 11
- Forks: 42
- Open Issues: 4
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
Joda-Time Contributions area - Hibernate support
================================================
Joda-Time is a date and time library that vastly improves on the JDK.
This separate project provides Hibernate database persistence support.See the home page for more details:
http://www.joda.org/joda-time-hibernate/The source code is held primarily at GitHub:
https://github.com/JodaOrg/joda-time-hibernateAdditional setup
----------------
Joda-Time supports the use of maven for the build process.
Maven tries to download all dependencies from Maven Central.
However, at the time of writing, the Hibernate dependencies are not present.Add the JBoss repository to you setup to load the dependencies:
https://repository.jboss.org/nexus/content/groups/public-jboss/See http://www.hibernate.org/ for more details on Hibernate.