-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
45 lines (28 loc) · 1.1 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Hibernate OGM
==================================================
Version: 3.0.0-SNAPSHOT
Description
-----------
Hibernate OGM is an attempt to store data in a NoSQL data grid using he Hibernate Core engine rather than rewriting a JPA engine from scratch.
The benefits are fairly obvious:
- reimplementing the complex JPA specification is a lot of work
- a new implementation would mature at a rather slow rate and risk of bugs would be high
- Hibernate is familiar to many people
Instructions
------------
TODO
Contact
------------
Latest Documentation:
TODO
Bug Reports:
TODO (not up to date) Hibernate JIRA (preferred): http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH
hibernate-dev@lists.jboss.org
Free Technical Support:
http://forum.hibernate.org (http://forum.hibernate.org/viewforum.php?f=9)
Notes
-----------
If you want to contribute, come to the hibernate-dev@lists.jboss.org mailing list
or join us on #hibernate-dev on freenode (login required)
This software and its documentation are distributed under the terms of the
FSF Lesser Gnu Public License (see license.txt).