Uses of Interface
org.hibernate.search.mapper.pojo.model.dependency.PojoRoutingIndexingDependencyConfigurationContext
-
Packages that use PojoRoutingIndexingDependencyConfigurationContext Package Description org.hibernate.search.mapper.pojo.bridge.binding org.hibernate.search.mapper.pojo.model.dependency -
-
Uses of PojoRoutingIndexingDependencyConfigurationContext in org.hibernate.search.mapper.pojo.bridge.binding
Methods in org.hibernate.search.mapper.pojo.bridge.binding that return PojoRoutingIndexingDependencyConfigurationContext Modifier and Type Method Description PojoRoutingIndexingDependencyConfigurationContext
RoutingBindingContext. dependencies()
-
Uses of PojoRoutingIndexingDependencyConfigurationContext in org.hibernate.search.mapper.pojo.model.dependency
Methods in org.hibernate.search.mapper.pojo.model.dependency that return PojoRoutingIndexingDependencyConfigurationContext Modifier and Type Method Description default PojoRoutingIndexingDependencyConfigurationContext
PojoRoutingIndexingDependencyConfigurationContext. use(String pathFromEntityTypeToUsedValue)
Declare that the given path is read by the bridge at indexing time to route the indexed document.PojoRoutingIndexingDependencyConfigurationContext
PojoRoutingIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromEntityTypeToUsedValue)
Declare that the given path is read by the bridge at indexing time to route the indexed document.
-