The Class reflection calls to access method information are very similar to those used for constructors and fields.
获得方法信息的Class反射调用与用于构造函数和字段的调用非常类似。
The Class reflection calls to access field information are similar to those used to access constructors, with a field name used in place of an array of parameter types.
获得字段信息的Class反射调用不同于那些用于接入构造函数的调用,在参数类型数组中使用了字段名。
This design not only adopts class reflection, thus realizing the mapping among data object, table, and stored procedure, but also gives successful solutions to some specific problems.
该方案采用类反射机制,实现了数据对象与表、存储过程的相互映射过程,并在开发过程中解决了一些具体问题,目前在应用系统中得到了很好的应用。
应用推荐