Package com.blazebit.persistence.spi
Class AttributePath
- java.lang.Object
-
- com.blazebit.persistence.spi.AttributePath
-
public class AttributePath extends Object
- Since:
- 1.2.0
- Author:
- Christian Beikov
-
-
Constructor Summary
Constructors Constructor Description AttributePath(List<javax.persistence.metamodel.Attribute<?,?>> attributes, Class<?> attributeClass)
Construct a newAttributePath
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>
getAttributeClass()
List<javax.persistence.metamodel.Attribute<?,?>>
getAttributes()
-