Uses of Interface
org.hibernate.service.spi.ServiceContributor
-
Packages that use ServiceContributor Package Description org.hibernate.envers.boot.internal org.hibernate.spatial.integration org.hibernate.testing.orm.junit -
-
Uses of ServiceContributor in org.hibernate.envers.boot.internal
Classes in org.hibernate.envers.boot.internal that implement ServiceContributor Modifier and Type Class Description class
EnversServiceContributor
ServiceContributor implementation pushing the EnversService into the registry -
Uses of ServiceContributor in org.hibernate.spatial.integration
Classes in org.hibernate.spatial.integration that implement ServiceContributor Modifier and Type Class Description class
SpatialInitializer
Manages initialization of the hibernate-spatial integration -
Uses of ServiceContributor in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return types with arguments of type ServiceContributor Modifier and Type Method Description Class<? extends ServiceContributor>[]
serviceContributors()
-