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

DirectPropertyAccessor.DirectGetter (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


net.sf.hibernate.property
Class DirectPropertyAccessor.DirectGetter

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

public static final class DirectPropertyAccessor.DirectGetter
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

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

getReturnType

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

Specified by:
getReturnType in interface Getter