Class PojoPathOrdinalReference

java.lang.Object
org.hibernate.search.mapper.pojo.model.path.impl.PojoPathOrdinalReference

public final class PojoPathOrdinalReference extends Object
A representation of a single path ordinal with a little context for easier debugging.
See Also:
  • Field Details

    • ordinal

      public final int ordinal
    • ordinals

      public final PojoPathOrdinals ordinals
  • Constructor Details

    • PojoPathOrdinalReference

      public PojoPathOrdinalReference(int ordinal, PojoPathOrdinals ordinals)
  • Method Details