Uses of Class
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPathCastedTypeNode
-
Packages that use BoundPojoModelPathCastedTypeNode Package Description org.hibernate.search.mapper.pojo.model.path.impl org.hibernate.search.mapper.pojo.processing.building.impl -
-
Uses of BoundPojoModelPathCastedTypeNode in org.hibernate.search.mapper.pojo.model.path.impl
Methods in org.hibernate.search.mapper.pojo.model.path.impl that return BoundPojoModelPathCastedTypeNode Modifier and Type Method Description <U2> BoundPojoModelPathCastedTypeNode<T,? extends U2>BoundPojoModelPathCastedTypeNode. castTo(PojoRawTypeModel<U2> typeModel)<U> BoundPojoModelPathCastedTypeNode<T,? extends U>BoundPojoModelPathOriginalTypeNode. castTo(PojoRawTypeModel<U> typeModel)abstract <U> BoundPojoModelPathCastedTypeNode<?,? extends U>BoundPojoModelPathTypeNode. castTo(PojoRawTypeModel<U> typeModel) -
Uses of BoundPojoModelPathCastedTypeNode in org.hibernate.search.mapper.pojo.processing.building.impl
Methods in org.hibernate.search.mapper.pojo.processing.building.impl that return BoundPojoModelPathCastedTypeNode Modifier and Type Method Description BoundPojoModelPathCastedTypeNode<T,U>PojoIndexingProcessorCastedTypeNodeBuilder. getModelPath()Constructors in org.hibernate.search.mapper.pojo.processing.building.impl with parameters of type BoundPojoModelPathCastedTypeNode Constructor Description PojoIndexingProcessorCastedTypeNodeBuilder(BoundPojoModelPathCastedTypeNode<T,U> modelPath, PojoMappingHelper mappingHelper, IndexBindingContext bindingContext, PojoIdentityMappingCollector identityMappingCollector, Collection<IndexObjectFieldReference> parentIndexObjectReferences)
-