-
Notifications
You must be signed in to change notification settings - Fork 300
HOM Overview
btoddb edited this page Feb 9, 2011
·
5 revisions
The primary goal of this module is to map objects (POJOs) to/from Cassandra data storage. I call it Hector Object Mapper, but we are striving and working toward a title of "JPA 1.0 Basic". Currently Inheritance is supported as well as some custom annotations that allow custom type conversion.
Start with Using the EntityManager to get a basic idea of how to map objects to/from Cassandra. The HOM-FAQ is, well, an FAQ.
All code in the examples can be found in object-mapper module in hector's source repository and is intended to work. so feel free to download and play.