Package org.hibernate.boot.spi

Interface MetadataSourcesContributor

    • Method Detail

      • contribute

        void contribute​(MetadataSources metadataSources)
        Perform the process of contributing to theMetadataSources.
        Parameters:
        metadataSources - TheMetadataSources, to which to contribute.