Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
-
Packages that use SqlResultSetMapping Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of SqlResultSetMapping in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type SqlResultSetMapping Modifier and Type Field Description protected List<SqlResultSetMapping>Entity. sqlResultSetMappingprotected List<SqlResultSetMapping>EntityMappings. sqlResultSetMappingMethods in org.hibernate.jpamodelgen.xml.jaxb that return SqlResultSetMapping Modifier and Type Method Description SqlResultSetMappingObjectFactory. createSqlResultSetMapping()Create an instance ofSqlResultSetMappingMethods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type SqlResultSetMapping Modifier and Type Method Description List<SqlResultSetMapping>Entity. getSqlResultSetMapping()Gets the value of the sqlResultSetMapping property.List<SqlResultSetMapping>EntityMappings. getSqlResultSetMapping()Gets the value of the sqlResultSetMapping property.
-