Class AbstractQueryMethod
- java.lang.Object
-
- org.hibernate.processor.annotation.AbstractAnnotatedMethod
-
- org.hibernate.processor.annotation.AbstractQueryMethod
-
- All Implemented Interfaces:
MetaAttribute
- Direct Known Subclasses:
AbstractFinderMethod
,QueryMethod
public abstract class AbstractQueryMethod extends AbstractAnnotatedMethod
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
executeSelect(StringBuilder declaration, List<String> paramTypes, @Nullable String containerType, boolean unwrapped, boolean mustUnwrap)
String
getMetaType()
String
getPropertyName()
-
Methods inherited from class org.hibernate.processor.annotation.AbstractAnnotatedMethod
getHostingEntity, inheritedAnnotations
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.processor.model.MetaAttribute
getAttributeDeclarationString, getAttributeNameDeclarationString, getTypeDeclaration, hasStringAttribute, hasTypedAttribute
-
-