org.hibernate.metamodel.source.annotations.global
Class QueryBinder
java.lang.Object
org.hibernate.metamodel.source.annotations.global.QueryBinder
public class QueryBinder
- extends Object
Binds NamedQuery, NamedQueries, NamedNativeQuery, NamedNativeQueries,
NamedQuery, NamedQueries,
NamedNativeQuery, and NamedNativeQueries.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bind
public static void bind(AnnotationBindingContext bindingContext)
- Binds all
NamedQuery, NamedQueries, NamedNativeQuery, NamedNativeQueries,
NamedQuery, NamedQueries,
NamedNativeQuery, and NamedNativeQueries
annotations to the supplied metadata.
- Parameters:
bindingContext - the context for annotation binding
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.