|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.hibernate.management.impl.BeanUtils
public class BeanUtils
Reflective utilities for dealing with backward-incompatible change to statistics types in Hibernate 3.5.
Constructor Summary | |
---|---|
BeanUtils()
|
Method Summary | |
---|---|
static java.lang.Object |
getBeanProperty(java.lang.Object bean,
java.lang.String propertyName)
Retrieve a named bean property value. |
static long |
getLongBeanProperty(java.lang.Object bean,
java.lang.String propertyName)
Retrieve a Long bean property value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanUtils()
Method Detail |
---|
public static java.lang.Object getBeanProperty(java.lang.Object bean, java.lang.String propertyName)
bean
- beanpropertyName
-
public static long getLongBeanProperty(java.lang.Object bean, java.lang.String propertyName) throws java.lang.NoSuchFieldException
bean
- beanpropertyName
-
java.lang.NoSuchFieldException
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |