Uses of Class
org.hibernate.search.mapper.pojo.search.definition.binding.builtin.ObjectProjectionBinder
-
Packages that use ObjectProjectionBinder Package Description org.hibernate.search.mapper.pojo.search.definition.binding.builtin -
-
Uses of ObjectProjectionBinder in org.hibernate.search.mapper.pojo.search.definition.binding.builtin
Methods in org.hibernate.search.mapper.pojo.search.definition.binding.builtin that return ObjectProjectionBinder Modifier and Type Method Description static ObjectProjectionBinderObjectProjectionBinder. create()Creates anObjectProjectionBinderto be passed toMethodParameterMappingStep.projection(ProjectionBinder).static ObjectProjectionBinderObjectProjectionBinder. create(String fieldPath)Creates anObjectProjectionBinderto be passed toMethodParameterMappingStep.projection(ProjectionBinder).ObjectProjectionBinderObjectProjectionBinder. filter(TreeFilterDefinition filter)
-