Uses of Class
org.hibernate.boot.jaxb.SourceType
-
Packages that use SourceType Package Description org.hibernate.boot.jaxb JAXB support fororm.xmlandhbm.xmlmapping files -
-
Uses of SourceType in org.hibernate.boot.jaxb
Methods in org.hibernate.boot.jaxb that return SourceType Modifier and Type Method Description SourceTypeOrigin. getType()Retrieve the type of origin.static SourceTypeSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceType[]SourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.hibernate.boot.jaxb with parameters of type SourceType Constructor Description Origin(SourceType type, String name)
-