Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Packages that use JaxbNamedQuery
-
Uses of JaxbNamedQuery in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbNamedQueryModifier and TypeFieldDescriptionprotected List<JaxbNamedQuery>JaxbEntityMappings.namedQueriesprotected List<JaxbNamedQuery>JaxbEntity.namedQueryMethods in org.hibernate.boot.jaxb.mapping that return JaxbNamedQueryModifier and TypeMethodDescriptionObjectFactory.createJaxbNamedQuery()Create an instance ofJaxbNamedQueryMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbNamedQueryModifier and TypeMethodDescriptionJaxbEntityMappings.getNamedQueries()Gets the value of the namedQueries property.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 JaxbNamedQueryModifier and TypeMethodDescriptionstatic List<NamedQuery>JPAXMLOverriddenAnnotationReader.buildNamedQueries(List<JaxbNamedQuery> elements, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)