public static final class BasicPropertyAccessor.BasicSetter extends Object implements Setter
Modifier and Type | Method and Description |
---|---|
Method |
getMethod()
Optional operation (return null)
|
String |
getMethodName()
Optional operation (return null)
|
void |
set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
String |
toString() |
public void set(Object target, Object value, SessionFactoryImplementor factory) throws HibernateException
Setter
set
in interface Setter
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
public Method getMethod()
Setter
public String getMethodName()
Setter
getMethodName
in interface Setter
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.