Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
-
Packages that use JaxbHbmNamedQueryType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.spi -
-
Uses of JaxbHbmNamedQueryType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmNamedQueryType Modifier and Type Field Description protected 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 JaxbHbmNamedQueryType Modifier and Type Method Description JaxbHbmNamedQueryTypeObjectFactory. createJaxbHbmNamedQueryType()Create an instance ofJaxbHbmNamedQueryTypeMethods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmNamedQueryType Modifier and Type Method Description List<JaxbHbmNamedQueryType>EntityInfo. getQuery()List<JaxbHbmNamedQueryType>JaxbHbmDiscriminatorSubclassEntityType. getQuery()Gets the value of the query property.List<JaxbHbmNamedQueryType>JaxbHbmHibernateMapping. getQuery()Gets the value of the query property.List<JaxbHbmNamedQueryType>JaxbHbmJoinedSubclassEntityType. getQuery()Gets the value of the query property.List<JaxbHbmNamedQueryType>JaxbHbmRootEntityType. getQuery()Gets the value of the query property.List<JaxbHbmNamedQueryType>JaxbHbmUnionSubclassEntityType. getQuery()Gets the value of the query property. -
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 Modifier and Type Method Description List<JaxbHbmNamedQueryType>EntitySource. getNamedQueries()
-