Interface TypeContributorList


@Deprecated(forRemoval=true) public interface TypeContributorList
Deprecated, for removal: This API element is subject to removal in a future version.
Consider using discovery instead to dynamically locate contributors.
An object that provides a list of TypeContributors to the JPA persistence provider.

An implementation may be registered with the JPA provider using the property "hibernate.type_contributors".

  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • getTypeContributors

      List<TypeContributor> getTypeContributors()
      Deprecated, for removal: This API element is subject to removal in a future version.