接口 ResultSetMappingBindingDefinition
-
public interface ResultSetMappingBindingDefinition- 作者:
- Steve Ebersole
-
-
方法详细资料
-
getName
String getName()
The ResultSet mapping name- 返回:
- The name.
-
getValueMappingSources
List getValueMappingSources()
Get the JAXB mappings for each defined value return in the ResultSet mapping. Needs to be a "grab bag", as opposed to individual Lists per return type, in order to maintain the defined order. And atm there is (unfortunately) not a common type for all the JAXB return mappings. But the list elements will be one of:- 返回:
- The value return JAXB mappings.
-
-