Uses of Class
org.hibernate.boot.jaxb.SourceType
-
Packages that use SourceType Package Description org.hibernate.boot.jaxb JAXB support fororm.xml
andhbm.xml
mapping filesorg.hibernate.internal.log -
-
Uses of SourceType in org.hibernate.boot.jaxb
Methods in org.hibernate.boot.jaxb that return SourceType Modifier and Type Method Description SourceType
Origin. getType()
Retrieve the type of origin.static SourceType
SourceType. 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)
-
Uses of SourceType in org.hibernate.internal.log
Methods in org.hibernate.internal.log with parameters of type SourceType Modifier and Type Method Description void
DeprecationLogger. logDeprecatedHbmXmlProcessing(SourceType sourceType, String name)
Different fromDeprecationLogger.deprecatedSetting(java.lang.String, java.lang.String)
in that sometimes there is no direct alternative
-