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 PojoRoutingIndexingDependencyConfigurationContextRoutingBindingContext. 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 PojoRoutingIndexingDependencyConfigurationContextPojoRoutingIndexingDependencyConfigurationContext. use(String pathFromEntityTypeToUsedValue)Declare that the given path is read by the bridge at indexing time to route the indexed document.PojoRoutingIndexingDependencyConfigurationContextPojoRoutingIndexingDependencyConfigurationContext. use(PojoModelPathValueNode pathFromEntityTypeToUsedValue)Declare that the given path is read by the bridge at indexing time to route the indexed document.
-