Uses of Class
org.hibernate.boot.jaxb.Origin
-
Packages that use Origin Package Description org.hibernate org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.jaxb.spi org.hibernate.boot.model.source.spi -
-
Uses of Origin in org.hibernate
Constructors in org.hibernate with parameters of type Origin Constructor Description InvalidMappingException(java.lang.String customMessage, Origin origin)
Constructs an InvalidMappingException using the given information. -
Uses of Origin in org.hibernate.boot
Methods in org.hibernate.boot that return Origin Modifier and Type Method Description Origin
InvalidMappingException. getOrigin()
Origin
MappingException. getOrigin()
Constructors in org.hibernate.boot with parameters of type Origin Constructor Description InvalidMappingException(Origin origin)
InvalidMappingException(Origin origin, java.lang.Throwable e)
MappingException(java.lang.String message, java.lang.Throwable root, Origin origin)
MappingException(java.lang.String message, Origin origin)
MappingNotFoundException(java.lang.String message, java.lang.Throwable root, Origin origin)
MappingNotFoundException(java.lang.String message, Origin origin)
MappingNotFoundException(java.lang.Throwable root, Origin origin)
MappingNotFoundException(Origin origin)
UnsupportedOrmXsdVersionException(java.lang.String requestedVersion, Origin origin)
-
Uses of Origin in org.hibernate.boot.jaxb.spi
Methods in org.hibernate.boot.jaxb.spi that return Origin Modifier and Type Method Description Origin
Binding. getOrigin()
Obtain the metadata about the document's originOrigin
XmlSource. getOrigin()
Methods in org.hibernate.boot.jaxb.spi with parameters of type Origin Modifier and Type Method Description Binding
Binder. bind(java.io.InputStream stream, Origin origin)
Bind from an InputStreamBinding
Binder. bind(javax.xml.transform.Source source, Origin origin)
Bind from an XML source.Constructors in org.hibernate.boot.jaxb.spi with parameters of type Origin Constructor Description Binding(T root, Origin origin)
XmlSource(Origin origin)
-
Uses of Origin in org.hibernate.boot.model.source.spi
Methods in org.hibernate.boot.model.source.spi that return Origin Modifier and Type Method Description Origin
IdentifiableTypeSource. getOrigin()
Obtain the origin of this source.Origin
LocalMetadataBuildingContext. getOrigin()
Obtain the origin for this context
-