Uses of Interface
org.hibernate.search.mapper.pojo.mapping.spi.PojoMappingDelegate
-
-
Uses of PojoMappingDelegate in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type PojoMappingDelegate Modifier and Type Method Description static MappingImplementor<HibernateOrmMapping>HibernateOrmMapping. create(PojoMappingDelegate mappingDelegate, org.hibernate.search.mapper.orm.mapping.impl.HibernateOrmTypeContextContainer typeContextContainer, BeanHolder<? extends CoordinationStrategy> coordinationStrategyHolder, ConfiguredAutomaticIndexingStrategy configuredAutomaticIndexingStrategy, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory, ConfigurationPropertySource propertySource)HibernateOrmMappingPartialBuildStateHibernateOrmMapperDelegate. prepareBuild(PojoMappingDelegate mappingDelegate) -
Uses of PojoMappingDelegate in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type PojoMappingDelegate Modifier and Type Method Description MPBSPojoMapperDelegate. prepareBuild(PojoMappingDelegate mappingDelegate)Partially build the mapping based on the information provided previously. -
Uses of PojoMappingDelegate in org.hibernate.search.mapper.pojo.mapping.impl
Classes in org.hibernate.search.mapper.pojo.mapping.impl that implement PojoMappingDelegate Modifier and Type Class Description classPojoMappingDelegateImpl -
Uses of PojoMappingDelegate in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi that return PojoMappingDelegate Modifier and Type Method Description protected PojoMappingDelegateAbstractPojoMappingImplementor. delegate()Constructors in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type PojoMappingDelegate Constructor Description AbstractPojoMappingImplementor(PojoMappingDelegate delegate)AbstractPojoMappingImplementor(PojoMappingDelegate delegate, PojoEntityReferenceFactoryDelegate entityReferenceFactoryDelegate)Deprecated.
-