Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbHqlImport
-
Packages that use JaxbHqlImport Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbHqlImport in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbHqlImport Modifier and Type Field Description protected List<JaxbHqlImport>
JaxbEntityMappings. hqlImports
Methods in org.hibernate.boot.jaxb.mapping that return JaxbHqlImport Modifier and Type Method Description JaxbHqlImport
ObjectFactory. createJaxbHqlImport()
Create an instance ofJaxbHqlImport
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbHqlImport Modifier and Type Method Description List<JaxbHqlImport>
JaxbEntityMappings. getHqlImports()
Gets the value of the hqlImports property.
-