Package org.hibernate.search.mapper.pojo.model
-
Interface Summary Interface Description PojoElementAccessor<T> An accessor allowing the retrieval of an element, for example a property, from a POJO.PojoModelCompositeElement A potentially composite element in the POJO model.PojoModelElement An element in the POJO model.PojoModelProperty A model element representing a property bound to a bridge.PojoModelType A model element representing a type bound to a bridge.PojoModelValue<T> A model element representing a value bound to a bridge.