com.mysema.query.apt.hibernate
Class HibernateAnnotationProcessor
java.lang.Object
  
javax.annotation.processing.AbstractProcessor
      
com.mysema.query.apt.jpa.JPAAnnotationProcessor
          
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
 
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HibernateAnnotationProcessor
public HibernateAnnotationProcessor()
createConfiguration
protected DefaultConfiguration createConfiguration(RoundEnvironment roundEnv)
                                            throws ClassNotFoundException
- Overrides:
 createConfiguration in class JPAAnnotationProcessor
 
- Throws:
 ClassNotFoundException
 
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.