Uses of Enum Class
org.hibernate.boot.jaxb.SourceType
Packages that use SourceType
Package
Description
JAXB support for
orm.xml
and hbm.xml
mapping files-
Uses of SourceType in org.hibernate.boot.jaxb
Methods in org.hibernate.boot.jaxb that return SourceTypeModifier and TypeMethodDescriptionOrigin.getType()
Retrieve the type of origin.static SourceType
Returns the enum constant of this class with the specified name.static SourceType[]
SourceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.boot.jaxb with parameters of type SourceType -
Uses of SourceType in org.hibernate.internal.log
Methods in org.hibernate.internal.log with parameters of type SourceTypeModifier and TypeMethodDescriptionvoid
DeprecationLogger.logDeprecatedHbmXmlProcessing
(SourceType sourceType, String name) Different fromDeprecationLogger.deprecatedSetting(java.lang.String, java.lang.String)
in that sometimes there is no direct alternative