Interface IdentifiableTypeSource

    • Method Detail

      • getOrigin

        Origin getOrigin()
        Obtain the origin of this source.
        Returns:
        The origin of this source.
      • getHierarchy

        EntityHierarchySource getHierarchy()
        Get the hierarchy this belongs to.
        Returns:
        The hierarchy this belongs to.
      • getTypeName

        java.lang.String getTypeName()
        Get the name of this type.
        Returns:
        The name of this type.
      • getSubTypes

        java.util.Collection<IdentifiableTypeSource> getSubTypes()
        Access the subtype sources for types extending from this type source,
        Returns:
        Sub-type sources
      • getJpaCallbackClasses

        java.util.List<JpaCallbackSource> getJpaCallbackClasses()
        Access to the sources describing JPA lifecycle callbacks.
        Returns:
        JPA lifecycle callback sources