As part of a larger project, Topoged, I am developing a Hibernate
library that makes working with Hibernate from within Clojure much
easier IMHO. It uses the standard Hibernate configuration and
provides wrappers and whatnot to simplify the interaction. For
example, to write a record to the database:
(hibernate) ;; Only called once
(with-session [session tx]
(.save session "Event" (doto (java.util.HashMap.)
(.put "title" "Our
very first event!")
(.put "date" (Date.))))
I am working on making the library
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en