Class HibernateSearchSupplier.PersistenceUnitComparator
- java.lang.Object
-
- io.quarkus.hibernate.search.orm.elasticsearch.runtime.devconsole.HibernateSearchSupplier.PersistenceUnitComparator
-
- All Implemented Interfaces:
Comparator<HibernateSearchSupplier.IndexedPersistenceUnit>
- Enclosing class:
- HibernateSearchSupplier
static class HibernateSearchSupplier.PersistenceUnitComparator extends Object implements Comparator<HibernateSearchSupplier.IndexedPersistenceUnit>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Comparator<String>persistenceUnitNameComparator
-
Constructor Summary
Constructors Constructor Description PersistenceUnitComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(HibernateSearchSupplier.IndexedPersistenceUnit o1, HibernateSearchSupplier.IndexedPersistenceUnit o2)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Field Detail
-
persistenceUnitNameComparator
Comparator<String> persistenceUnitNameComparator
-
-
Method Detail
-
compare
public int compare(HibernateSearchSupplier.IndexedPersistenceUnit o1, HibernateSearchSupplier.IndexedPersistenceUnit o2)
- Specified by:
comparein interfaceComparator<HibernateSearchSupplier.IndexedPersistenceUnit>
-
-