BasicGetter

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

Attributes

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

Members list

Concise view

Value members

Concrete methods

def get(target: Object): Object
def getForInsert(target: Object, mergeMap: Map[_, _], session: SharedSessionContractImplementor): Object
def getMember(): Member
def getMethod(): Method
def getMethodName(): String
def getReturnType(): Class[_]
def readResolve(): Object
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
val returnType: Class[_]