Package co.pishfa.accelerate.initializer.core

Examples of co.pishfa.accelerate.initializer.core.AnnotationMetaDataReader


    processEntityClasses(entityClasses);
    return this;
  }

  protected void processEntityClasses(List<Class<?>> entityClasses) {
    new AnnotationMetaDataReader(this).processEntityClasses(entityClasses);
  }
View Full Code Here

TOP

Related Classes of co.pishfa.accelerate.initializer.core.AnnotationMetaDataReader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.