public interface Setter
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getMethod()
Optional operation (may return
null ) |
java.lang.String |
getMethodName()
Optional operation (may return
null ) |
void |
set(java.lang.Object target,
java.lang.Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
void set(java.lang.Object target, java.lang.Object value, SessionFactoryImplementor factory)
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.HibernateException
java.lang.String getMethodName()
null
)java.lang.reflect.Method getMethod()
null
)Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.