Re: topoged-hibernate: a clojure hibernate library

2011-12-13 Thread Matthew O. Smith
I am working on making library useful to the public: https://github.com/m0smith/topoged-hibernate One question I would like a comment on: I have been using entity-maps rather than POJOs because it makes for a cleaner interop with Clojure. The amount of code needed goes way down while the standa

topoged-hibernate: a clojure hibernate library

2011-12-13 Thread Matthew O. Smith
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 data