类 ImplicitResultSetMappingDefinition
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition
-
- 所有已实现的接口:
ResultSetMappingBindingDefinition
public class ImplicitResultSetMappingDefinition extends Object implements ResultSetMappingBindingDefinition
Models the ResultSet mapping defined inline as part of a named native query definition- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classImplicitResultSetMappingDefinition.Builder
-
构造器概要
构造器 构造器 说明 ImplicitResultSetMappingDefinition(String resultSetMappingName, List valueMappingSources)
-
-
-
方法详细资料
-
getName
public String getName()
从接口复制的说明:ResultSetMappingBindingDefinitionThe ResultSet mapping name- 指定者:
getName在接口中ResultSetMappingBindingDefinition- 返回:
- The name.
-
getValueMappingSources
public List getValueMappingSources()
从接口复制的说明:ResultSetMappingBindingDefinitionGet 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:- 指定者:
getValueMappingSources在接口中ResultSetMappingBindingDefinition- 返回:
- The value return JAXB mappings.
-
-