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.entityResultprotected List<JaxbEntityResultImpl> JaxbSqlResultSetMappingImpl.entityResultMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEntityResultImplModifier and TypeMethodDescriptionObjectFactory.createJaxbEntityResultImpl()Create an instance ofJaxbEntityResultImplMethods 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.