public static final class EmbeddedPropertyAccessor.EmbeddedSetter extends java.lang.Object implements Setter
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getMethod()
Optional operation (return null)
|
java.lang.String |
getMethodName()
Optional operation (return null)
|
void |
set(java.lang.Object target,
java.lang.Object value,
SessionFactoryImplementor factory)
Set the property value from the given instance
|
java.lang.String |
toString() |
public java.lang.reflect.Method getMethod()
public java.lang.String getMethodName()
getMethodName
in interface Setter
public void set(java.lang.Object target, java.lang.Object value, SessionFactoryImplementor factory)
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.