Package org.hibernate.boot.jaxb
Class Origin
java.lang.Object
org.hibernate.boot.jaxb.Origin
- All Implemented Interfaces:
Serializable
Describes the origin of an XML document.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
UNKNOWN_FILE_PATH
- See Also:
-
-
Constructor Details
-
Origin
-
-
Method Details
-
getType
Retrieve the type of origin.- Returns:
- The origin type.
-
getName
The name of the document origin. Interpretation is relative to the type, but might be the resource name or file URL.- Returns:
- The name.
-
equals
-
hashCode
public int hashCode() -
toString
-