Uses of Class
org.eclipse.jpt.jpa.core.resource.orm.SqlResultSetMapping

Packages that use SqlResultSetMapping
org.eclipse.jpt.jpa.core.resource.orm   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm   
org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1   
 

Uses of SqlResultSetMapping in org.eclipse.jpt.jpa.core.resource.orm
 

Methods in org.eclipse.jpt.jpa.core.resource.orm that return SqlResultSetMapping
 SqlResultSetMapping OrmFactory.createSqlResultSetMapping()
           
 

Methods in org.eclipse.jpt.jpa.core.resource.orm that return types with arguments of type SqlResultSetMapping
 org.eclipse.emf.common.util.EList<SqlResultSetMapping> XmlEntityMappings.getSqlResultSetMappings()
          Returns the value of the 'Sql Result Set Mappings' containment reference list.
 org.eclipse.emf.common.util.EList<SqlResultSetMapping> XmlEntity.getSqlResultSetMappings()
          Returns the value of the 'Sql Result Set Mappings' containment reference list.
 

Uses of SqlResultSetMapping in org.eclipse.jpt.jpa.eclipselink.core.resource.orm
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm that return types with arguments of type SqlResultSetMapping
 org.eclipse.emf.common.util.EList<SqlResultSetMapping> XmlMappedSuperclass.getSqlResultSetMappings()
          Returns the value of the 'Sql Result Set Mappings' containment reference list.
 

Uses of SqlResultSetMapping in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.resource.orm.v2_1 that return types with arguments of type SqlResultSetMapping
 org.eclipse.emf.common.util.EList<SqlResultSetMapping> XmlMappedSuperclass_2_1.getSqlResultSetMappings()
          Returns the value of the 'Sql Result Set Mappings' containment reference list.