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. namedStoredProcedureQueryprotected List<NamedStoredProcedureQuery>EntityMappings. namedStoredProcedureQueryMethods in org.hibernate.jpamodelgen.xml.jaxb that return NamedStoredProcedureQuery Modifier and Type Method Description NamedStoredProcedureQueryObjectFactory. createNamedStoredProcedureQuery()Create an instance ofNamedStoredProcedureQueryMethods 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.
-