Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbNamedStoredProcedureQuery
-
Packages that use JaxbNamedStoredProcedureQuery Package Description org.hibernate.boot.jaxb.mapping.spi org.hibernate.cfg.annotations.reflection.internal -
-
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. namedStoredProcedureQuery
protected List<JaxbNamedStoredProcedureQuery>
JaxbEntityMappings. namedStoredProcedureQuery
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbNamedStoredProcedureQuery Modifier and Type Method Description JaxbNamedStoredProcedureQuery
ObjectFactory. createJaxbNamedStoredProcedureQuery()
Create an instance ofJaxbNamedStoredProcedureQuery
Methods 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. -
Uses of JaxbNamedStoredProcedureQuery in org.hibernate.cfg.annotations.reflection.internal
Method parameters in org.hibernate.cfg.annotations.reflection.internal with type arguments of type JaxbNamedStoredProcedureQuery Modifier and Type Method Description static List<jakarta.persistence.NamedStoredProcedureQuery>
JPAXMLOverriddenAnnotationReader. buildNamedStoreProcedureQueries(List<JaxbNamedStoredProcedureQuery> elements, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)
-