Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResultImpl
Packages that use JaxbConstructorResultImpl
-
Uses of JaxbConstructorResultImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbConstructorResultImplModifier and TypeFieldDescriptionprotected List<JaxbConstructorResultImpl> JaxbNamedNativeQueryImpl.constructorResultprotected List<JaxbConstructorResultImpl> JaxbSqlResultSetMappingImpl.constructorResultMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbConstructorResultImplModifier and TypeMethodDescriptionObjectFactory.createJaxbConstructorResultImpl()Create an instance ofJaxbConstructorResultImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbConstructorResultImplModifier and TypeMethodDescriptionJaxbNamedNativeQueryImpl.getConstructorResult()Gets the value of the constructorResult property.JaxbSqlResultSetMappingImpl.getConstructorResult()Gets the value of the constructorResult property.