Uses of Interface
org.hibernate.search.mapper.pojo.work.impl.PojoWorkTypeContext
-
Packages that use PojoWorkTypeContext Package Description org.hibernate.search.mapper.pojo.mapping.impl org.hibernate.search.mapper.pojo.scope.impl org.hibernate.search.mapper.pojo.work.impl -
-
Uses of PojoWorkTypeContext in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoWorkTypeContext Modifier and Type Class Description classAbstractPojoTypeManager<I,E>classPojoContainedTypeManager<I,E>classPojoIndexedTypeManager<I,E>Methods in org.hibernate.search.mapper.pojo.mapping.impl that return types with arguments of type PojoWorkTypeContext Modifier and Type Method Description <E> Set<? extends PojoWorkTypeContext<?,? extends E>>PojoTypeManagerContainer. allByNonInterfaceSuperType(PojoRawTypeIdentifier<E> typeIdentifier)KeyValueProvider<String,? extends PojoWorkTypeContext<?,?>>PojoTypeManagerContainer. byEntityName() -
Uses of PojoWorkTypeContext in org.hibernate.search.mapper.pojo.scope.impl
Subinterfaces of PojoWorkTypeContext in org.hibernate.search.mapper.pojo.scope.impl Modifier and Type Interface Description interfacePojoScopeContainedTypeContext<I,E>interfacePojoScopeIndexedTypeContext<I,E>Methods in org.hibernate.search.mapper.pojo.scope.impl that return types with arguments of type PojoWorkTypeContext Modifier and Type Method Description <E> Set<? extends PojoWorkTypeContext<?,? extends E>>PojoScopeTypeContextProvider. allByNonInterfaceSuperType(PojoRawTypeIdentifier<E> typeIdentifier) -
Uses of PojoWorkTypeContext in org.hibernate.search.mapper.pojo.work.impl
Subinterfaces of PojoWorkTypeContext in org.hibernate.search.mapper.pojo.work.impl Modifier and Type Interface Description interfacePojoWorkContainedTypeContext<I,E>interfacePojoWorkIndexedTypeContext<I,E>Methods in org.hibernate.search.mapper.pojo.work.impl that return PojoWorkTypeContext Modifier and Type Method Description <E> PojoWorkTypeContext<?,E>PojoWorkTypeContextProvider. forExactType(PojoRawTypeIdentifier<E> typeIdentifier)Methods in org.hibernate.search.mapper.pojo.work.impl that return types with arguments of type PojoWorkTypeContext Modifier and Type Method Description KeyValueProvider<String,? extends PojoWorkTypeContext<?,?>>PojoWorkTypeContextProvider. byEntityName()
-