Class HibernateSearchSupplier
- java.lang.Object
-
- io.quarkus.hibernate.search.orm.elasticsearch.runtime.devconsole.HibernateSearchSupplier
-
- All Implemented Interfaces:
Supplier<HibernateSearchSupplier.IndexedPersistenceUnits>
public class HibernateSearchSupplier extends Object implements Supplier<HibernateSearchSupplier.IndexedPersistenceUnits>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHibernateSearchSupplier.DevUiIndexedEntity(package private) static classHibernateSearchSupplier.IndexedPersistenceUnit(package private) static classHibernateSearchSupplier.IndexedPersistenceUnits(package private) static classHibernateSearchSupplier.PersistenceUnitComparator
-
Constructor Summary
Constructors Constructor Description HibernateSearchSupplier(Set<String> activePersistenceUnitNames)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HibernateSearchSupplier.IndexedPersistenceUnitsget()static Map<String,org.hibernate.search.mapper.orm.mapping.SearchMapping>searchMapping(Set<String> persistenceUnitNames)
-
-
-
Method Detail
-
get
public HibernateSearchSupplier.IndexedPersistenceUnits get()
- Specified by:
getin interfaceSupplier<HibernateSearchSupplier.IndexedPersistenceUnits>
-
-