Class PojoPathEntityStateRepresentation
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.model.path.spi.PojoPathEntityStateRepresentation
-
public final class PojoPathEntityStateRepresentation extends Object
-
-
Constructor Summary
Constructors Constructor Description PojoPathEntityStateRepresentation(int ordinalInStateArray, Optional<BindablePojoModelPath> pathFromStateArrayElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
ordinalInStateArray()
Optional<BindablePojoModelPath>
pathFromStateArrayElement()
-
-
-
Constructor Detail
-
PojoPathEntityStateRepresentation
public PojoPathEntityStateRepresentation(int ordinalInStateArray, Optional<BindablePojoModelPath> pathFromStateArrayElement)
-
-
Method Detail
-
ordinalInStateArray
public int ordinalInStateArray()
-
pathFromStateArrayElement
public Optional<BindablePojoModelPath> pathFromStateArrayElement()
-
-