BasicSetter

org.beangle.data.orm.hibernate.PropertyAccessor$.BasicSetter
final class BasicSetter(val clazz: Class[_], val method: Method, val propertyName: String, optional: Boolean) extends Setter

Attributes

Graph
Supertypes
trait Setter
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def getMethod(): Method
def getMethodName(): String
def readResolve(): Object
def set(target: Object, value: Object, factory: SessionFactoryImplementor): Unit
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Concrete fields

val clazz: Class[_]
val method: Method
val propertyName: String