com.mysema.query.apt.hibernate
Class HibernateAnnotationProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by com.mysema.query.apt.jpa.JPAAnnotationProcessor
          extended by com.mysema.query.apt.hibernate.HibernateAnnotationProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes(value={"com.mysema.query.annotations.*","javax.persistence.*","org.hibernate.annotations.*"})
@SupportedSourceVersion(value=RELEASE_6)
public class HibernateAnnotationProcessor
extends JPAAnnotationProcessor

Extended JPAAnnotationProcessor which takes Hibernate specific annotations into account

Author:
tiwe

Field Summary
 
Fields inherited from class com.mysema.query.apt.jpa.JPAAnnotationProcessor
embeddable, entity, skip, superType
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
HibernateAnnotationProcessor()
           
 
Method Summary
protected  DefaultConfiguration createConfiguration(RoundEnvironment roundEnv)
           
 
Methods inherited from class com.mysema.query.apt.jpa.JPAAnnotationProcessor
process
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateAnnotationProcessor

public HibernateAnnotationProcessor()
Method Detail

createConfiguration

protected DefaultConfiguration createConfiguration(RoundEnvironment roundEnv)
                                            throws ClassNotFoundException
Overrides:
createConfiguration in class JPAAnnotationProcessor
Throws:
ClassNotFoundException


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.