Uses of Class
org.hibernate.search.mapper.pojo.model.path.impl.BoundPojoModelPathCastedTypeNode
Packages that use BoundPojoModelPathCastedTypeNode
Package
Description
-
Uses of BoundPojoModelPathCastedTypeNode in org.hibernate.search.mapper.pojo.model.path.impl
Methods in org.hibernate.search.mapper.pojo.model.path.impl that return BoundPojoModelPathCastedTypeNodeModifier and TypeMethodDescription<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 BoundPojoModelPathCastedTypeNodeConstructors in org.hibernate.search.mapper.pojo.processing.building.impl with parameters of type BoundPojoModelPathCastedTypeNodeModifierConstructorDescriptionPojoIndexingProcessorCastedTypeNodeBuilder(BoundPojoModelPathCastedTypeNode<T, U> modelPath, PojoMappingHelper mappingHelper, IndexBindingContext bindingContext, PojoIdentityMappingCollector identityMappingCollector, Collection<IndexObjectFieldReference> parentIndexObjectReferences)