Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbEntityResult
-
Packages that use JaxbEntityResult Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbEntityResult in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbEntityResult Modifier and Type Field Description protected List<JaxbEntityResult>
JaxbSqlResultSetMapping. entityResult
Methods in org.hibernate.boot.jaxb.mapping that return JaxbEntityResult Modifier and Type Method Description JaxbEntityResult
ObjectFactory. createJaxbEntityResult()
Create an instance ofJaxbEntityResult
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbEntityResult Modifier and Type Method Description List<JaxbEntityResult>
JaxbSqlResultSetMapping. getEntityResult()
Gets the value of the entityResult property.
-