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