Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Packages that use JaxbHbmNamedQueryType
Package
Description
-
Uses of JaxbHbmNamedQueryType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmNamedQueryTypeModifier and TypeFieldDescriptionprotected List<JaxbHbmNamedQueryType>JaxbHbmDiscriminatorSubclassEntityType.queryprotected List<JaxbHbmNamedQueryType>JaxbHbmHibernateMapping.queryprotected List<JaxbHbmNamedQueryType>JaxbHbmJoinedSubclassEntityType.queryprotected List<JaxbHbmNamedQueryType>JaxbHbmRootEntityType.queryprotected List<JaxbHbmNamedQueryType>JaxbHbmUnionSubclassEntityType.queryMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNamedQueryTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbHbmNamedQueryType()Create an instance ofJaxbHbmNamedQueryTypeMethods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmNamedQueryTypeModifier and TypeMethodDescriptionEntityInfo.getQuery()JaxbHbmDiscriminatorSubclassEntityType.getQuery()Gets the value of the query property.JaxbHbmHibernateMapping.getQuery()Gets the value of the query property.JaxbHbmJoinedSubclassEntityType.getQuery()Gets the value of the query property.JaxbHbmRootEntityType.getQuery()Gets the value of the query property.JaxbHbmUnionSubclassEntityType.getQuery()Gets the value of the query property. -
Uses of JaxbHbmNamedQueryType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm that return types with arguments of type JaxbHbmNamedQueryTypeMethods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmNamedQueryTypeModifier and TypeMethodDescriptionstatic voidNamedQueryBinder.processNamedQuery(HbmLocalMetadataBuildingContext context, JaxbHbmNamedQueryType namedQueryBinding) static voidNamedQueryBinder.processNamedQuery(HbmLocalMetadataBuildingContext context, JaxbHbmNamedQueryType namedQueryBinding, String prefix) -
Uses of JaxbHbmNamedQueryType in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return types with arguments of type JaxbHbmNamedQueryType