Package org.hibernate.jpa.boot.spi
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 ofTypeContributor
s to the JPA persistence provider.An implementation may be registered with the JPA provider using the property "hibernate.type_contributors".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<TypeContributor>
getTypeContributors()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getTypeContributors
List<TypeContributor> getTypeContributors()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-