Uses of Interface
org.hibernate.search.engine.search.projection.definition.spi.ProjectionRegistry
-
-
Uses of ProjectionRegistry in org.hibernate.search.engine.backend.mapping.spi
Methods in org.hibernate.search.engine.backend.mapping.spi that return ProjectionRegistry Modifier and Type Method Description ProjectionRegistryBackendMappingContext. projectionRegistry() -
Uses of ProjectionRegistry in org.hibernate.search.engine.backend.scope.spi
Methods in org.hibernate.search.engine.backend.scope.spi that return ProjectionRegistry Modifier and Type Method Description ProjectionRegistryAbstractSearchIndexScope. projectionRegistry() -
Uses of ProjectionRegistry in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi that return ProjectionRegistry Modifier and Type Method Description ProjectionRegistrySearchProjectionIndexScope. projectionRegistry() -
Uses of ProjectionRegistry in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return ProjectionRegistry Modifier and Type Method Description ProjectionRegistryPojoMappingDelegateImpl. projectionRegistry() -
Uses of ProjectionRegistry in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return ProjectionRegistry Modifier and Type Method Description ProjectionRegistryAbstractPojoMappingImplementor. projectionRegistry()ProjectionRegistryPojoMappingDelegate. projectionRegistry() -
Uses of ProjectionRegistry in org.hibernate.search.mapper.pojo.search.definition.impl
Classes in org.hibernate.search.mapper.pojo.search.definition.impl that implement ProjectionRegistry Modifier and Type Class Description classPojoSearchQueryElementRegistry
-