Class QueryBinder

java.lang.Object
org.hibernate.boot.model.internal.QueryBinder

public abstract class QueryBinder extends Object
Responsible for reading named queries defined in annotations and registering NamedQueryDefinition objects.
Implementation Note:
This class is stateless, unlike most of the other "binders".