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