Class AnnotationDomainClassArtefactHandler

    • Constructor Detail

      • AnnotationDomainClassArtefactHandler

        public AnnotationDomainClassArtefactHandler()
    • Method Detail

      • getJpaClassNames

        public java.util.Set<java.lang.String> getJpaClassNames()
      • isArtefactClass

        public boolean isArtefactClass​(java.lang.Class clazz)
        Description copied from class: ArtefactHandlerAdapter

        Checks that class's name ends in the suffix specified for this handler.

        Override for more complex criteria

        Overrides:
        isArtefactClass in class DomainClassArtefactHandler
        Parameters:
        clazz - The class to check
        Returns:
        true if it is an artefact of this type
      • isJPADomainClass

        public static boolean isJPADomainClass​(java.lang.Class<?> clazz)