站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

BasicPropertyAccessor.BasicGetter (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.property
Class BasicPropertyAccessor.BasicGetter

java.lang.Object
  extended bynet.sf.hibernate.property.BasicPropertyAccessor.BasicGetter
All Implemented Interfaces:
Getter
Enclosing class:
BasicPropertyAccessor

public static final class BasicPropertyAccessor.BasicGetter
extends Object
implements Getter


Method Summary
 Object get(Object target)
          Get the property value from the given instance
 Method getMethod()
          Optional operation (return null)
 String getMethodName()
          Optional operation (return null)
 Class getReturnType()
          Get the declared Java type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public Object get(Object target)
           throws HibernateException
Description copied from interface: Getter
Get the property value from the given instance

Specified by:
get in interface Getter
Throws:
HibernateException

getReturnType

public Class getReturnType()
Description copied from interface: Getter
Get the declared Java type

Specified by:
getReturnType in interface Getter

getMethod

public Method getMethod()
Description copied from interface: Getter
Optional operation (return null)

Specified by:
getMethod in interface Getter

getMethodName

public String getMethodName()
Description copied from interface: Getter
Optional operation (return null)

Specified by:
getMethodName in interface Getter