org.hibernate.metamodel.source.annotations.global
Class FetchProfileBinder

java.lang.Object
  extended by org.hibernate.metamodel.source.annotations.global.FetchProfileBinder

public class FetchProfileBinder
extends Object

Binds fetch profiles found in annotations.


Method Summary
static void bind(AnnotationBindingContext bindingContext)
          Binds all FetchProfiles and FetchProfile annotations to the supplied metadata.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

bind

public static void bind(AnnotationBindingContext bindingContext)
Binds all FetchProfiles and FetchProfile annotations to the supplied metadata.

Parameters:
bindingContext - the context for annotation binding


Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.