Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
-
Packages that use JaxbNamedQuery Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbNamedQuery in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbNamedQuery Modifier and Type Field Description protected List<JaxbNamedQuery>
JaxbEntityMappings. namedQueries
protected List<JaxbNamedQuery>
JaxbEntity. namedQuery
Methods in org.hibernate.boot.jaxb.mapping that return JaxbNamedQuery Modifier and Type Method Description JaxbNamedQuery
ObjectFactory. createJaxbNamedQuery()
Create an instance ofJaxbNamedQuery
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbNamedQuery Modifier and Type Method Description List<JaxbNamedQuery>
JaxbEntityMappings. getNamedQueries()
Gets the value of the namedQueries property.List<JaxbNamedQuery>
JaxbEntity. getNamedQuery()
Gets the value of the namedQuery property. -
Uses of JaxbNamedQuery in org.hibernate.boot.model.internal
Method parameters in org.hibernate.boot.model.internal with type arguments of type JaxbNamedQuery Modifier and Type Method Description static List<NamedQuery>
JPAXMLOverriddenAnnotationReader. buildNamedQueries(List<JaxbNamedQuery> elements, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)
-