org.hibernate.metamodel.source.annotations.global
Class IdGeneratorBinder
java.lang.Object
org.hibernate.metamodel.source.annotations.global.IdGeneratorBinder
public class IdGeneratorBinder
- extends Object
Binds SequenceGenerator
, TableGenerator
, GenericGenerator
, and
GenericGenerators
annotations.
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
SequenceGenerator
, TableGenerator
, GenericGenerator
, and
GenericGenerators
annotations to the supplied metadata.
- Parameters:
bindingContext
- the context for annotation binding
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.