Uses of Interface
org.hibernate.search.mapper.pojo.model.PojoModelElement
-
Packages that use PojoModelElement Package Description org.hibernate.search.mapper.pojo.model org.hibernate.search.mapper.pojo.model.impl -
-
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 interfacePojoModelCompositeElementA potentially composite element in the POJO model.interfacePojoModelConstructorParameterA model element representing a constructor parameter to bind.interfacePojoModelPropertyA model element representing a property bound to a bridge.interfacePojoModelTypeA model element representing a type bound to a bridge.interfacePojoModelValue<T>A model element representing a value bound to a bridge. -
Uses of PojoModelElement in org.hibernate.search.mapper.pojo.model.impl
Classes in org.hibernate.search.mapper.pojo.model.impl that implement PojoModelElement Modifier and Type Class Description classAbstractPojoModelCompositeElement<V>classPojoModelConstructorParameterRootElement<P>classPojoModelPropertyRootElement<P>classPojoModelTypeRootElement<T>classPojoModelValueElement<T>
-