Interface HibernateOrmScopeIndexedTypeContext<E>
-
- Type Parameters:
E- The entity type mapped to the index.
- All Superinterfaces:
HibernateOrmMassIndexingIndexedTypeContext<E>,LoadingTypeContext<E>,SearchIndexedEntity<E>
public interface HibernateOrmScopeIndexedTypeContext<E> extends SearchIndexedEntity<E>, LoadingTypeContext<E>, HibernateOrmMassIndexingIndexedTypeContext<E>
A mapper-specific indexed type context, accessible throughPojoScopeDelegate.includedIndexedTypes()in particular.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HibernateOrmEntityLoadingStrategy<? super E,?>loadingStrategy()-
Methods inherited from interface org.hibernate.search.mapper.orm.loading.impl.LoadingTypeContext
ascendingSuperTypes, entityMappingType, jpaEntityName, typeIdentifier
-
Methods inherited from interface org.hibernate.search.mapper.orm.entity.SearchIndexedEntity
indexManager, javaClass, jpaName
-
-
-
-
Method Detail
-
loadingStrategy
HibernateOrmEntityLoadingStrategy<? super E,?> loadingStrategy()
- Specified by:
loadingStrategyin interfaceLoadingTypeContext<E>
-
-