Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEntityResultImpl
Packages that use JaxbEntityResultImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
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. -
Uses of JaxbEntityResultImpl in org.hibernate.boot.models.xml.internal
Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbEntityResultImplModifier and TypeMethodDescriptionstatic EntityResult[]
QueryProcessing.extractEntityResults
(List<JaxbEntityResultImpl> jaxbEntityResults, XmlDocumentContext xmlDocumentContext)