类 EnhancedGetterMethodImpl

    • 构造器详细资料

      • EnhancedGetterMethodImpl

        public EnhancedGetterMethodImpl​(Class containerClass,
                                        String propertyName,
                                        Field field,
                                        Method getterMethod)
        已过时。
    • 方法详细资料

      • get

        public Object get​(Object owner)
        已过时。
        从接口复制的说明: Getter
        Get the property value from the given owner instance.
        指定者:
        get 在接口中 Getter
        参数:
        owner - The instance containing the property value to be retrieved.
        返回:
        The extracted value.
      • getForInsert

        public Object getForInsert​(Object owner,
                                   Map mergeMap,
                                   SharedSessionContractImplementor session)
        已过时。
        从接口复制的说明: Getter
        Get the property value from the given owner instance.
        指定者:
        getForInsert 在接口中 Getter
        参数:
        owner - The instance containing the value to be retrieved.
        mergeMap - a map of merged persistent instances to detached instances
        session - The session from which this request originated.
        返回:
        The extracted value.
      • getReturnType

        public Class getReturnType()
        已过时。
        从接口复制的说明: Getter
        Retrieve the declared Java type
        指定者:
        getReturnType 在接口中 Getter
        返回:
        The declared java type.
      • getMember

        public Member getMember()
        已过时。
        从接口复制的说明: Getter
        Retrieve the member to which this property maps. This might be the field or it might be the getter method.

        Optional operation (may return null)

        指定者:
        getMember 在接口中 Getter
        返回:
        The mapped member, or null.
      • getMethodName

        public String getMethodName()
        已过时。
        从接口复制的说明: Getter
        Retrieve the getter-method name.

        Optional operation (may return null)

        指定者:
        getMethodName 在接口中 Getter
        返回:
        The name of the getter method, or null.
      • getMethod

        public Method getMethod()
        已过时。
        从接口复制的说明: Getter
        Retrieve the getter-method.

        Optional operation (may return null)

        指定者:
        getMethod 在接口中 Getter
        返回:
        The getter method, or null.