Class PojoIndexingDependencyCollectorPolymorphicDirectValueNode<P,V>
java.lang.Object
org.hibernate.search.mapper.pojo.automaticindexing.building.impl.PojoIndexingDependencyCollectorNode
org.hibernate.search.mapper.pojo.automaticindexing.building.impl.AbstractPojoIndexingDependencyCollectorDirectValueNode<P,V>
org.hibernate.search.mapper.pojo.automaticindexing.building.impl.PojoIndexingDependencyCollectorPolymorphicDirectValueNode<P,V>
- Type Parameters:
P- The property typeV- The extracted value type
public class PojoIndexingDependencyCollectorPolymorphicDirectValueNode<P,V>
extends AbstractPojoIndexingDependencyCollectorDirectValueNode<P,V>
A node representing a value in a dependency collector,
and considering that the type holding the property/value
has the different metadata from its subtypes.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.hibernate.search.mapper.pojo.automaticindexing.building.impl.AbstractPojoIndexingDependencyCollectorDirectValueNode
AbstractPojoIndexingDependencyCollectorDirectValueNode.Metadata -
Method Summary
Methods inherited from class org.hibernate.search.mapper.pojo.automaticindexing.building.impl.AbstractPojoIndexingDependencyCollectorDirectValueNode
castedType, typeMethods inherited from class org.hibernate.search.mapper.pojo.automaticindexing.building.impl.PojoIndexingDependencyCollectorNode
walker
-
Method Details
-
collectDependency
public void collectDependency()- Specified by:
collectDependencyin classAbstractPojoIndexingDependencyCollectorDirectValueNode<P,V>
-