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 Details

    • getMetaType

      public String getMetaType()
    • getPropertyName

      public String getPropertyName()
    • executeSelect

      protected void executeSelect(StringBuilder declaration, List<String> paramTypes, @Nullable String containerType, boolean unwrapped, boolean mustUnwrap)