Package com.querydsl.codegen
Class Property
java.lang.Object
com.querydsl.codegen.Property
- All Implemented Interfaces:
Comparable<Property>
Property represents a property in a query domain type.- Author:
- tiwe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAnnotation(Annotation annotation) intcreateCopy(EntityType targetModel) boolean<T extends Annotation>
TgetAnnotation(Class<T> type) getData()getInits()getName()getParameter(int i) getType()inthashCode()booleantoString()
-
Constructor Details
-
Property
-
Property
-
Property
public Property(EntityType declaringType, String name, Type type, List<String> inits, boolean inherited) -
Property
-
-
Method Details
-
addAnnotation
-
compareTo
- Specified by:
compareToin interfaceComparable<Property>
-
createCopy
-
getAnnotation
-
getAnnotations
-
hashCode
public int hashCode() -
equals
-
getDeclaringType
-
getEscapedName
-
getInits
-
getName
-
getParameter
-
getData
-
getType
-
isInherited
public boolean isInherited() -
toString
-