Uses of Interface
org.hibernate.search.mapper.pojo.model.PojoModelCompositeElement
-
Packages that use PojoModelCompositeElement Package Description org.hibernate.search.mapper.pojo.model org.hibernate.search.mapper.pojo.model.impl -
-
Uses of PojoModelCompositeElement in org.hibernate.search.mapper.pojo.model
Subinterfaces of PojoModelCompositeElement in org.hibernate.search.mapper.pojo.model Modifier and Type Interface Description interfacePojoModelPropertyA model element representing a property bound to a bridge.interfacePojoModelTypeA model element representing a type bound to a bridge. -
Uses of PojoModelCompositeElement in org.hibernate.search.mapper.pojo.model.impl
Classes in org.hibernate.search.mapper.pojo.model.impl that implement PojoModelCompositeElement Modifier and Type Class Description classAbstractPojoModelCompositeElement<V>classPojoModelPropertyRootElement<P>classPojoModelTypeRootElement<T>
-