Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
Packages that use JaxbNamedStoredProcedureQuery
-
Uses of JaxbNamedStoredProcedureQuery in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbNamedStoredProcedureQueryModifier and TypeFieldDescriptionprotected List<JaxbNamedStoredProcedureQuery>JaxbEntityMappings.namedProcedureQueriesprotected List<JaxbNamedStoredProcedureQuery>JaxbEntity.namedStoredProcedureQueryMethods in org.hibernate.boot.jaxb.mapping that return JaxbNamedStoredProcedureQueryModifier and TypeMethodDescriptionObjectFactory.createJaxbNamedStoredProcedureQuery()Create an instance ofJaxbNamedStoredProcedureQueryMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbNamedStoredProcedureQueryModifier and TypeMethodDescriptionJaxbEntityMappings.getNamedProcedureQueries()Gets the value of the namedProcedureQueries property.JaxbEntity.getNamedStoredProcedureQuery()Gets the value of the namedStoredProcedureQuery property. -
Uses of JaxbNamedStoredProcedureQuery in org.hibernate.boot.model.internal
Method parameters in org.hibernate.boot.model.internal with type arguments of type JaxbNamedStoredProcedureQueryModifier and TypeMethodDescriptionstatic List<NamedStoredProcedureQuery>JPAXMLOverriddenAnnotationReader.buildNamedStoreProcedureQueries(List<JaxbNamedStoredProcedureQuery> elements, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)