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. hqlImportsMethods in org.hibernate.boot.jaxb.mapping that return JaxbHqlImport Modifier and Type Method Description JaxbHqlImportObjectFactory. createJaxbHqlImport()Create an instance ofJaxbHqlImportMethods 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.
-