Annotation Type ServiceRegistry.Service


  • 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> impl  
      Class<? extends org.hibernate.service.Service> role  
    • Element Detail

      • role

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

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