Class AbstractQueryMethod
- java.lang.Object
-
- org.hibernate.processor.annotation.AbstractQueryMethod
-
- All Implemented Interfaces:
MetaAttribute
- Direct Known Subclasses:
AbstractFinderMethod,QueryMethod
public abstract class AbstractQueryMethod extends Object implements MetaAttribute
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteSelect(StringBuilder declaration, List<String> paramTypes, @Nullable String containerType, boolean unwrapped, boolean mustUnwrap)MetamodelgetHostingEntity()StringgetMetaType()StringgetPropertyName()-
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 Detail
-
getHostingEntity
public Metamodel getHostingEntity()
- Specified by:
getHostingEntityin interfaceMetaAttribute
-
getMetaType
public String getMetaType()
- Specified by:
getMetaTypein interfaceMetaAttribute
-
getPropertyName
public String getPropertyName()
- Specified by:
getPropertyNamein interfaceMetaAttribute
-
executeSelect
protected void executeSelect(StringBuilder declaration, List<String> paramTypes, @Nullable String containerType, boolean unwrapped, boolean mustUnwrap)
-
-