Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
-
Packages that use JaxbNamedStoredProcedureQuery Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbNamedStoredProcedureQuery in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbNamedStoredProcedureQuery Modifier and Type Field Description protected List<JaxbNamedStoredProcedureQuery>JaxbEntity. namedStoredProcedureQueryprotected List<JaxbNamedStoredProcedureQuery>JaxbEntityMappings. namedStoredProcedureQueryMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbNamedStoredProcedureQuery Modifier and Type Method Description JaxbNamedStoredProcedureQueryObjectFactory. createJaxbNamedStoredProcedureQuery()Create an instance ofJaxbNamedStoredProcedureQueryMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbNamedStoredProcedureQuery Modifier and Type Method Description List<JaxbNamedStoredProcedureQuery>JaxbEntity. getNamedStoredProcedureQuery()Gets the value of the namedStoredProcedureQuery property.List<JaxbNamedStoredProcedureQuery>JaxbEntityMappings. getNamedStoredProcedureQuery()Gets the value of the namedStoredProcedureQuery property.
-