Uses of Class
org.hibernate.search.mapper.pojo.automaticindexing.impl.PojoImplicitReindexingResolverNode
-
Packages that use PojoImplicitReindexingResolverNode Package Description org.hibernate.search.mapper.pojo.automaticindexing.impl -
-
Uses of PojoImplicitReindexingResolverNode in org.hibernate.search.mapper.pojo.automaticindexing.impl
Subclasses of PojoImplicitReindexingResolverNode in org.hibernate.search.mapper.pojo.automaticindexing.impl Modifier and Type Class Description classPojoImplicitReindexingResolverCastedTypeNode<T,U>APojoImplicitReindexingResolverNodeworking at the type level, but applying a cast before anything else.classPojoImplicitReindexingResolverContainerElementNode<C,V>APojoImplicitReindexingResolverNodedealing with a specific container type, extracting values from the container then applying nested resolvers to the values.classPojoImplicitReindexingResolverDirtinessFilterNode<T>APojoImplicitReindexingResolverNodeapplying a filter to decide whether to apply a delegate.classPojoImplicitReindexingResolverMarkingNode<T>APojoImplicitReindexingResolverNodemarking as "to reindex" any dirty object passed as an input.classPojoImplicitReindexingResolverMultiNode<T>APojoImplicitReindexingResolverNoderesponsible for applying multiple resolvers.classPojoImplicitReindexingResolverOriginalTypeNode<T>APojoImplicitReindexingResolverNodeworking at the type level, without casting.classPojoImplicitReindexingResolverPropertyNode<T,P>APojoImplicitReindexingResolverNodedealing with a specific property of a specific type, getting the value from that property then applying nested resolvers to that value.Methods in org.hibernate.search.mapper.pojo.automaticindexing.impl that return PojoImplicitReindexingResolverNode Modifier and Type Method Description static <T> PojoImplicitReindexingResolverNode<T>PojoImplicitReindexingResolverNode. noOp()Constructor parameters in org.hibernate.search.mapper.pojo.automaticindexing.impl with type arguments of type PojoImplicitReindexingResolverNode Constructor Description PojoImplicitReindexingResolverMultiNode(Collection<? extends PojoImplicitReindexingResolverNode<? super T>> elements)
-