Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResultImpl
Packages that use JaxbEntityResultImpl
-
Uses of JaxbEntityResultImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbEntityResultImplModifier and TypeFieldDescriptionprotected List
<JaxbEntityResultImpl> JaxbNamedNativeQueryImpl.entityResult
protected List
<JaxbEntityResultImpl> JaxbSqlResultSetMappingImpl.entityResult
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEntityResultImplModifier and TypeMethodDescriptionObjectFactory.createJaxbEntityResultImpl()
Create an instance ofJaxbEntityResultImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbEntityResultImplModifier and TypeMethodDescriptionJaxbNamedNativeQueryImpl.getEntityResult()
Gets the value of the entityResult property.JaxbSqlResultSetMappingImpl.getEntityResult()
Gets the value of the entityResult property.