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
Modifier and Type Method Description Class<?>getAttributeClass()List<javax.persistence.metamodel.Attribute<?,?>>getAttributes()
-
Constructor Details
-
AttributePath
public AttributePath(List<javax.persistence.metamodel.Attribute<?,?>> attributes, Class<?> attributeClass)Construct a newAttributePath.- Parameters:
attributes- List of attribute segmentsattributeClass- The attribute class
-
-
Method Details