Uses of Interface
org.hibernate.search.mapper.pojo.model.PojoModelElement
-
Packages that use PojoModelElement Package Description org.hibernate.search.mapper.pojo.model -
-
Uses of PojoModelElement in org.hibernate.search.mapper.pojo.model
Subinterfaces of PojoModelElement in org.hibernate.search.mapper.pojo.model Modifier and Type Interface Description interface
PojoModelCompositeElement
A potentially composite element in the POJO model.interface
PojoModelProperty
A model element representing a property bound to a bridge.interface
PojoModelType
A model element representing a type bound to a bridge.interface
PojoModelValue<T>
A model element representing a value bound to a bridge.
-