You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
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.