Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
-
Packages that use NamedStoredProcedureQuery Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of NamedStoredProcedureQuery in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type NamedStoredProcedureQuery Modifier and Type Field Description protected List<NamedStoredProcedureQuery>
Entity. namedStoredProcedureQuery
protected List<NamedStoredProcedureQuery>
EntityMappings. namedStoredProcedureQuery
Methods in org.hibernate.jpamodelgen.xml.jaxb that return NamedStoredProcedureQuery Modifier and Type Method Description NamedStoredProcedureQuery
ObjectFactory. createNamedStoredProcedureQuery()
Create an instance ofNamedStoredProcedureQuery
Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type NamedStoredProcedureQuery Modifier and Type Method Description List<NamedStoredProcedureQuery>
Entity. getNamedStoredProcedureQuery()
Gets the value of the namedStoredProcedureQuery property.List<NamedStoredProcedureQuery>
EntityMappings. getNamedStoredProcedureQuery()
Gets the value of the namedStoredProcedureQuery property.
-