Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbSqlResultSetMapping

Packages that use JaxbSqlResultSetMapping
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbSqlResultSetMapping in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm with type parameters of type JaxbSqlResultSetMapping
protected  List<JaxbSqlResultSetMapping> JaxbEntityMappings.sqlResultSetMapping
           
protected  List<JaxbSqlResultSetMapping> JaxbEntity.sqlResultSetMapping
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbSqlResultSetMapping
 JaxbSqlResultSetMapping ObjectFactory.createJaxbSqlResultSetMapping()
          Create an instance of JaxbSqlResultSetMapping
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return types with arguments of type JaxbSqlResultSetMapping
 List<JaxbSqlResultSetMapping> JaxbEntityMappings.getSqlResultSetMapping()
          Gets the value of the sqlResultSetMapping property.
 List<JaxbSqlResultSetMapping> JaxbEntity.getSqlResultSetMapping()
          Gets the value of the sqlResultSetMapping property.
 



Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.