Annotation Type ServiceRegistry.Service


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

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends org.hibernate.service.Service> impl  
      java.lang.Class<? extends org.hibernate.service.Service> role  
    • Element Detail

      • role

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

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