|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.property.IndexPropertyAccessor.IndexSetter
public static final class IndexPropertyAccessor.IndexSetter
The Setter implementation for index backrefs.
Constructor Summary | |
---|---|
IndexPropertyAccessor.IndexSetter()
|
Method Summary | |
---|---|
Method |
getMethod()
Optional operation (return null) |
String |
getMethodName()
Optional operation (return null) |
void |
set(Object target,
Object value)
|
void |
set(Object target,
Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexPropertyAccessor.IndexSetter()
Method Detail |
---|
public Method getMethod()
Setter
getMethod
in interface Setter
public String getMethodName()
Setter
getMethodName
in interface Setter
public void set(Object target, Object value)
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |