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