vendredi 11 septembre 2020

Search for java class using reflection with persistence unit

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