Uses of Class
org.hibernate.search.util.common.data.spi.KeyValueProvider
-
-
Uses of KeyValueProvider in org.hibernate.search.mapper.orm.event.impl
Methods in org.hibernate.search.mapper.orm.event.impl that return KeyValueProvider Modifier and Type Method Description KeyValueProvider<String,? extends HibernateOrmListenerTypeContext>HibernateOrmListenerTypeContextProvider. byHibernateOrmEntityName() -
Uses of KeyValueProvider in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return KeyValueProvider Modifier and Type Method Description KeyValueProvider<String,? extends HibernateOrmSessionTypeContext<?>>HibernateOrmSessionTypeContextProvider. byJpaEntityName() -
Uses of KeyValueProvider in org.hibernate.search.mapper.orm.spi
Methods in org.hibernate.search.mapper.orm.spi that return KeyValueProvider Modifier and Type Method Description KeyValueProvider<String,? extends PojoTypeContext<?>>BatchTypeIdentifierProvider. byEntityName() -
Uses of KeyValueProvider in org.hibernate.search.mapper.orm.work.impl
Methods in org.hibernate.search.mapper.orm.work.impl that return KeyValueProvider Modifier and Type Method Description KeyValueProvider<String,? extends PojoTypeContext<?>>SearchIndexingPlanTypeContextProvider. byEntityName() -
Uses of KeyValueProvider in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl that return KeyValueProvider Modifier and Type Method Description KeyValueProvider<String,? extends PojoWorkTypeContext<?,?>>PojoTypeManagerContainer. byEntityName()KeyValueProvider<String,PojoRawTypeIdentifier<?>>PojoTypeManagerContainer. typeIdentifierByEntityName() -
Uses of KeyValueProvider in org.hibernate.search.mapper.pojo.work.impl
Methods in org.hibernate.search.mapper.pojo.work.impl that return KeyValueProvider Modifier and Type Method Description KeyValueProvider<String,? extends PojoWorkTypeContext<?,?>>PojoWorkTypeContextProvider. byEntityName()KeyValueProvider<String,PojoRawTypeIdentifier<?>>PojoWorkTypeContextProvider. typeIdentifierByEntityName()
-