Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Hector Object Mapper (HOM)

btoddb edited this page Sep 19, 2011 · 4 revisions

HOM Overview : Overview and goal of the module

Versioning : dependency mapping for HOM and Hector Core

Using the EntityManager : a simple example of mapping a POJO

Inheritance : an example of inheritance

Java Collections : HOM can map a POJO property that is a Java Collection to columns, here’s how

Custom Property Converters : show how to convert custom POJO property types

Anonymous Properties : show why anonymous properties are necessary and how to use them

HOM-FAQ : common questions