Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
-
Packages that use NamedNativeQuery Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of NamedNativeQuery in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type NamedNativeQuery Modifier and Type Field Description protected List<NamedNativeQuery>Entity. namedNativeQueryprotected List<NamedNativeQuery>EntityMappings. namedNativeQueryMethods in org.hibernate.jpamodelgen.xml.jaxb that return NamedNativeQuery Modifier and Type Method Description NamedNativeQueryObjectFactory. createNamedNativeQuery()Create an instance ofNamedNativeQueryMethods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type NamedNativeQuery Modifier and Type Method Description List<NamedNativeQuery>Entity. getNamedNativeQuery()Gets the value of the namedNativeQuery property.List<NamedNativeQuery>EntityMappings. getNamedNativeQuery()Gets the value of the namedNativeQuery property.
-