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 java.util.List<JaxbHbmNamedQueryType>JaxbHbmDiscriminatorSubclassEntityType. queryprotected java.util.List<JaxbHbmNamedQueryType>JaxbHbmHibernateMapping. queryprotected java.util.List<JaxbHbmNamedQueryType>JaxbHbmJoinedSubclassEntityType. queryprotected java.util.List<JaxbHbmNamedQueryType>JaxbHbmRootEntityType. queryprotected java.util.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 java.util.List<JaxbHbmNamedQueryType>EntityInfo. getQuery()java.util.List<JaxbHbmNamedQueryType>JaxbHbmDiscriminatorSubclassEntityType. getQuery()Gets the value of the query property.java.util.List<JaxbHbmNamedQueryType>JaxbHbmHibernateMapping. getQuery()Gets the value of the query property.java.util.List<JaxbHbmNamedQueryType>JaxbHbmJoinedSubclassEntityType. getQuery()Gets the value of the query property.java.util.List<JaxbHbmNamedQueryType>JaxbHbmRootEntityType. getQuery()Gets the value of the query property.java.util.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 java.util.List<JaxbHbmNamedQueryType>EntitySource. getNamedQueries()
-