Annotation Interface ServiceRegistry.Service

Enclosing class:
ServiceRegistry

public static @interface ServiceRegistry.Service
A Hibernate Service registration
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends org.hibernate.service.Service>
     
    Class<? extends org.hibernate.service.Service>
     
  • Element Details

    • role

      Class<? extends org.hibernate.service.Service> role
    • impl

      Class<? extends org.hibernate.service.Service> impl