Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
-
Packages that use JaxbNamedStoredProcedureQuery Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbNamedStoredProcedureQuery in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbNamedStoredProcedureQuery Modifier and Type Field Description protected List<JaxbNamedStoredProcedureQuery>
JaxbEntityMappings. namedProcedureQueries
protected List<JaxbNamedStoredProcedureQuery>
JaxbEntity. namedStoredProcedureQuery
Methods in org.hibernate.boot.jaxb.mapping that return JaxbNamedStoredProcedureQuery Modifier and Type Method Description JaxbNamedStoredProcedureQuery
ObjectFactory. createJaxbNamedStoredProcedureQuery()
Create an instance ofJaxbNamedStoredProcedureQuery
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbNamedStoredProcedureQuery Modifier and Type Method Description List<JaxbNamedStoredProcedureQuery>
JaxbEntityMappings. getNamedProcedureQueries()
Gets the value of the namedProcedureQueries property.List<JaxbNamedStoredProcedureQuery>
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 JaxbNamedStoredProcedureQuery Modifier and Type Method Description static List<NamedStoredProcedureQuery>
JPAXMLOverriddenAnnotationReader. buildNamedStoreProcedureQueries(List<JaxbNamedStoredProcedureQuery> elements, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)
-