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:
PojoPathOrdinals
-
-
Field Summary
Fields Modifier and Type Field Description intordinalPojoPathOrdinalsordinals
-
Constructor Summary
Constructors Constructor Description PojoPathOrdinalReference(int ordinal, PojoPathOrdinals ordinals)
-
-
-
Field Detail
-
ordinal
public final int ordinal
-
ordinals
public final PojoPathOrdinals ordinals
-
-
Constructor Detail
-
PojoPathOrdinalReference
public PojoPathOrdinalReference(int ordinal, PojoPathOrdinals ordinals)
-
-