Class QueryMethod
- java.lang.Object
-
- org.hibernate.processor.annotation.AbstractAnnotatedMethod
-
- org.hibernate.processor.annotation.AbstractQueryMethod
-
- org.hibernate.processor.annotation.QueryMethod
-
- All Implemented Interfaces:
MetaAttribute
public class QueryMethod extends AbstractQueryMethod
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttributeDeclarationString()
String
getAttributeNameDeclarationString()
String
getTypeDeclaration()
boolean
hasStringAttribute()
boolean
hasTypedAttribute()
-
Methods inherited from class org.hibernate.processor.annotation.AbstractQueryMethod
executeSelect, getMetaType, getPropertyName
-
Methods inherited from class org.hibernate.processor.annotation.AbstractAnnotatedMethod
getHostingEntity, inheritedAnnotations
-
-
-
-
Method Detail
-
hasTypedAttribute
public boolean hasTypedAttribute()
-
hasStringAttribute
public boolean hasStringAttribute()
-
getAttributeDeclarationString
public String getAttributeDeclarationString()
-
getAttributeNameDeclarationString
public String getAttributeNameDeclarationString()
-
getTypeDeclaration
public String getTypeDeclaration()
-
-