Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
-
Packages that use JaxbHbmNamedNativeQueryType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.spi -
-
Uses of JaxbHbmNamedNativeQueryType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi with type parameters of type JaxbHbmNamedNativeQueryType Modifier and Type Field Description protected java.util.List<JaxbHbmNamedNativeQueryType>JaxbHbmDiscriminatorSubclassEntityType. sqlQueryprotected java.util.List<JaxbHbmNamedNativeQueryType>JaxbHbmHibernateMapping. sqlQueryprotected java.util.List<JaxbHbmNamedNativeQueryType>JaxbHbmJoinedSubclassEntityType. sqlQueryprotected java.util.List<JaxbHbmNamedNativeQueryType>JaxbHbmRootEntityType. sqlQueryprotected java.util.List<JaxbHbmNamedNativeQueryType>JaxbHbmUnionSubclassEntityType. sqlQueryMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNamedNativeQueryType Modifier and Type Method Description JaxbHbmNamedNativeQueryTypeObjectFactory. createJaxbHbmNamedNativeQueryType()Create an instance ofJaxbHbmNamedNativeQueryTypeMethods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmNamedNativeQueryType Modifier and Type Method Description java.util.List<JaxbHbmNamedNativeQueryType>EntityInfo. getSqlQuery()java.util.List<JaxbHbmNamedNativeQueryType>JaxbHbmDiscriminatorSubclassEntityType. getSqlQuery()Gets the value of the sqlQuery property.java.util.List<JaxbHbmNamedNativeQueryType>JaxbHbmHibernateMapping. getSqlQuery()Gets the value of the sqlQuery property.java.util.List<JaxbHbmNamedNativeQueryType>JaxbHbmJoinedSubclassEntityType. getSqlQuery()Gets the value of the sqlQuery property.java.util.List<JaxbHbmNamedNativeQueryType>JaxbHbmRootEntityType. getSqlQuery()Gets the value of the sqlQuery property.java.util.List<JaxbHbmNamedNativeQueryType>JaxbHbmUnionSubclassEntityType. getSqlQuery()Gets the value of the sqlQuery property. -
Uses of JaxbHbmNamedNativeQueryType in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return types with arguments of type JaxbHbmNamedNativeQueryType Modifier and Type Method Description java.util.List<JaxbHbmNamedNativeQueryType>EntitySource. getNamedNativeQueries()
-