类 EnhancedSetterImpl

  • 所有已实现的接口:
    Serializable, Setter

    public class EnhancedSetterImpl
    extends SetterFieldImpl
    A specialized Setter implementation for handling setting values into a bytecode-enhanced Class. The reason we need specialized handling is to render the fact that we need to account for certain enhancement features during the setting process.
    作者:
    Steve Ebersole, Luis Barreiro
    另请参阅:
    序列化表格
    • 构造器详细资料

      • EnhancedSetterImpl

        public EnhancedSetterImpl​(Class containerClass,
                                  String propertyName,
                                  Field field)
    • 方法详细资料

      • set

        public void set​(Object target,
                        Object value,
                        SessionFactoryImplementor factory)
        从接口复制的说明: Setter
        Set the property value from the given instance
        指定者:
        set 在接口中 Setter
        覆盖:
        set 在类中 SetterFieldImpl
        参数:
        target - The instance upon which to set the given value.
        value - The value to be set on the target.
        factory - The session factory from which this request originated.