|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Setter
Sets values to a particular property.
Method Summary | |
---|---|
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 |
Method Detail |
---|
void set(Object target, Object value, SessionFactoryImplementor factory) throws HibernateException
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
String getMethodName()
Method getMethod()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |