|
|||||||||
| Home >> All >> org >> hibernate >> test >> [ bytecode overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.hibernate.test.bytecode
Class BeanReflectionHelper

java.lang.Objectorg.hibernate.test.bytecode.BeanReflectionHelper
- public class BeanReflectionHelper
- extends java.lang.Object
| Field Summary | |
private static java.lang.String[] |
getterNames
|
private static java.lang.String[] |
setterNames
|
static java.lang.Object[] |
TEST_VALUES
|
private static java.lang.Class[] |
types
|
| Constructor Summary | |
BeanReflectionHelper()
|
|
| Method Summary | |
static java.lang.String[] |
getGetterNames()
|
static java.lang.String[] |
getSetterNames()
|
static java.lang.Class[] |
getTypes()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
TEST_VALUES
public static final java.lang.Object[] TEST_VALUES
getterNames
private static final java.lang.String[] getterNames
setterNames
private static final java.lang.String[] setterNames
types
private static final java.lang.Class[] types
| Constructor Detail |
BeanReflectionHelper
public BeanReflectionHelper()
| Method Detail |
getGetterNames
public static java.lang.String[] getGetterNames()
getSetterNames
public static java.lang.String[] getSetterNames()
getTypes
public static java.lang.Class[] getTypes()
|
|||||||||
| Home >> All >> org >> hibernate >> test >> [ bytecode overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.hibernate.test.bytecode.BeanReflectionHelper