Class HibernateSearchSupplier.IndexedPersistenceUnit
- java.lang.Object
-
- io.quarkus.hibernate.search.orm.elasticsearch.runtime.devconsole.HibernateSearchSupplier.IndexedPersistenceUnit
-
- All Implemented Interfaces:
Comparable<HibernateSearchSupplier.IndexedPersistenceUnit>
- Enclosing class:
- HibernateSearchSupplier
static class HibernateSearchSupplier.IndexedPersistenceUnit extends Object implements Comparable<HibernateSearchSupplier.IndexedPersistenceUnit>
-
-
Field Summary
Fields Modifier and Type Field Description List<HibernateSearchSupplier.DevUiIndexedEntity>indexedEntitiesStringpersistenceUnitName
-
Constructor Summary
Constructors Constructor Description IndexedPersistenceUnit(String persistenceUnitName, List<HibernateSearchSupplier.DevUiIndexedEntity> indexedEntities)
-
-
-
Field Detail
-
persistenceUnitName
public final String persistenceUnitName
-
indexedEntities
public final List<HibernateSearchSupplier.DevUiIndexedEntity> indexedEntities
-
-
Constructor Detail
-
IndexedPersistenceUnit
public IndexedPersistenceUnit(String persistenceUnitName, List<HibernateSearchSupplier.DevUiIndexedEntity> indexedEntities)
-
-
Method Detail
-
compareTo
public int compareTo(HibernateSearchSupplier.IndexedPersistenceUnit o)
- Specified by:
compareToin interfaceComparable<HibernateSearchSupplier.IndexedPersistenceUnit>
-
-