程序包 org.hibernate.id

接口 Configurable

    • 方法详细资料

      • configure

        void configure​(Type type,
                       Properties params,
                       ServiceRegistry serviceRegistry)
                throws MappingException
        Configure this instance, given the value of parameters specified by the user as <param> elements. This method is called just once, following instantiation.
        参数:
        type - The id property type descriptor
        params - param values, keyed by parameter name
        serviceRegistry - Access to service that may be needed.
        抛出:
        MappingException