接口 Manageable

    • 方法详细资料

      • getManagementDomain

        default String getManagementDomain()
        Get the domain name to be used in registering the management bean. May be null to indicate Hibernate's default domain (org.hibernate.core) should be used.
        返回:
        The management domain.
      • getManagementServiceType

        default String getManagementServiceType()
        Allows the service to specify a special 'serviceType' portion of the object name. null indicates we should use the default scheme, which is to use the name of the service impl class for this purpose.
        返回:
        The custom 'serviceType' name.
      • getManagementBean

        default Object getManagementBean()
        The management bean (MBean) for this service.
        返回:
        The management bean.