Package org.hibernate.jpa.boot.spi
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
TypeContributor
s to the JPA persistence provider.
An implementation may be registered with the JPA provider using the property "hibernate.type_contributors".
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated, 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.
-