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 void
executeSelect
(StringBuilder declaration, List<String> paramTypes, @Nullable String containerType, boolean unwrapped, boolean mustUnwrap) 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
-
Method Details
-
getMetaType
-
getPropertyName
-
executeSelect
protected void executeSelect(StringBuilder declaration, List<String> paramTypes, @Nullable String containerType, boolean unwrapped, boolean mustUnwrap)
-