Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
-
Packages that use JaxbDatabaseObjectScope Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbDatabaseObjectScope in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbDatabaseObjectScope Modifier and Type Field Description protected List<JaxbDatabaseObjectScope>
JaxbDatabaseObject. dialectScopes
Methods in org.hibernate.boot.jaxb.mapping that return JaxbDatabaseObjectScope Modifier and Type Method Description JaxbDatabaseObjectScope
ObjectFactory. createJaxbDatabaseObjectScope()
Create an instance ofJaxbDatabaseObjectScope
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbDatabaseObjectScope Modifier and Type Method Description List<JaxbDatabaseObjectScope>
JaxbDatabaseObject. getDialectScopes()
Gets the value of the dialectScopes property.
-