Uses of Interface
org.hibernate.boot.jaxb.hbm.spi.NativeQueryReturn
-
Packages that use NativeQueryReturn Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of NativeQueryReturn in org.hibernate.boot.jaxb.hbm.spi
Subinterfaces of NativeQueryReturn in org.hibernate.boot.jaxb.hbm.spi Modifier and Type Interface Description interface
NativeQueryNonScalarRootReturn
Commonality for non-scalar root returns for a native query result mappingClasses in org.hibernate.boot.jaxb.hbm.spi that implement NativeQueryReturn Modifier and Type Class Description class
JaxbHbmNativeQueryCollectionLoadReturnType
Java class for NativeQueryCollectionLoadReturnType complex type.class
JaxbHbmNativeQueryJoinReturnType
Java class for NativeQueryJoinReturnType complex type.class
JaxbHbmNativeQueryReturnType
Defines a return component for a sql-query.class
JaxbHbmNativeQueryScalarReturnType
Java class for NativeQueryScalarReturnType complex type.
-