Interface | Description |
---|---|
BeanReflect |
Provides getter setter and construction methods for beans.
|
BeanReflectFactory |
Creates BeanReflect object used to provide getter setter and construction
for the beans.
|
BeanReflectGetter |
The getter implementation for a given bean property.
|
BeanReflectSetter |
The setter for a given bean property.
|
Class | Description |
---|---|
EnhanceBeanReflect |
A BeanReflect implementation based on the enhancement that creates EntityBean
implementations.
|
EnhanceBeanReflectFactory |
Creates a BeanReflectFactory based on the enhancement that
creates EntityBean implementations.
|
Abstracts the bean property getter and setter methods. Allows Code generation or reflection to be used.
Copyright © 2015. All Rights Reserved.