Uses of Interface
org.hibernate.search.mapper.orm.bootstrap.spi.HibernateOrmIntegrationBooter.Builder
-
Packages that use HibernateOrmIntegrationBooter.Builder Package Description org.hibernate.search.mapper.orm.bootstrap.impl org.hibernate.search.mapper.orm.bootstrap.spi -
-
Uses of HibernateOrmIntegrationBooter.Builder in org.hibernate.search.mapper.orm.bootstrap.impl
Classes in org.hibernate.search.mapper.orm.bootstrap.impl that implement HibernateOrmIntegrationBooter.Builder Modifier and Type Class Description static classHibernateOrmIntegrationBooterImpl.BuilderImplMethods in org.hibernate.search.mapper.orm.bootstrap.impl that return HibernateOrmIntegrationBooter.Builder Modifier and Type Method Description HibernateOrmIntegrationBooter.BuilderHibernateOrmIntegrationBooterImpl.BuilderImpl. valueReadHandleFactory(ValueHandleFactory valueHandleFactory) -
Uses of HibernateOrmIntegrationBooter.Builder in org.hibernate.search.mapper.orm.bootstrap.spi
Methods in org.hibernate.search.mapper.orm.bootstrap.spi that return HibernateOrmIntegrationBooter.Builder Modifier and Type Method Description static HibernateOrmIntegrationBooter.BuilderHibernateOrmIntegrationBooter. builder(org.hibernate.boot.Metadata metadata, org.hibernate.boot.spi.BootstrapContext bootstrapContext)HibernateOrmIntegrationBooter.BuilderHibernateOrmIntegrationBooter.Builder. valueReadHandleFactory(ValueHandleFactory valueHandleFactory)
-