i want to search for java class using reflection with persistence unit , now i'm using the search with the package name
Reflections reflections = new Reflections("com.entites");
Set<Class<? extends Object>> allClasses = reflections.getTypesAnnotatedWith(Entity.class);
Aucun commentaire:
Enregistrer un commentaire