Uses of Interface
org.hibernate.search.engine.search.projection.spi.ProjectionMappedTypeContext
-
-
Uses of ProjectionMappedTypeContext in org.hibernate.search.engine.backend.mapping.spi
Methods in org.hibernate.search.engine.backend.mapping.spi that return ProjectionMappedTypeContext Modifier and Type Method Description ProjectionMappedTypeContextBackendMappingContext. mappedTypeContext(String mappedTypeName) -
Uses of ProjectionMappedTypeContext in org.hibernate.search.engine.backend.scope.spi
Methods in org.hibernate.search.engine.backend.scope.spi that return types with arguments of type ProjectionMappedTypeContext Modifier and Type Method Description List<? extends ProjectionMappedTypeContext>AbstractSearchIndexScope. mappedTypeContexts() -
Uses of ProjectionMappedTypeContext in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi that return types with arguments of type ProjectionMappedTypeContext Modifier and Type Method Description List<? extends ProjectionMappedTypeContext>SearchProjectionIndexScope. mappedTypeContexts() -
Uses of ProjectionMappedTypeContext in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl that return ProjectionMappedTypeContext Modifier and Type Method Description ProjectionMappedTypeContextHibernateOrmMapping. mappedTypeContext(String mappedTypeName)
-