public static final class

IndexPropertyAccessor.IndexSetter

extends Object
implements Setter
java.lang.Object
   ↳ org.hibernate.property.IndexPropertyAccessor.IndexSetter

Class Overview

The Setter implementation for index backrefs.

Summary

Public Constructors
IndexPropertyAccessor.IndexSetter()
Public Methods
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
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.property.Setter

Public Constructors

public IndexPropertyAccessor.IndexSetter ()

Public Methods

public Method getMethod ()

Optional operation (return null)

public String getMethodName ()

Optional operation (return null)

public void set (Object target, Object value, SessionFactoryImplementor factory)

Set the property value from the given instance

Parameters
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.