Uses of Class
org.hibernate.boot.jaxb.Origin
-
Packages that use Origin Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory
, which represents an instance of Hibernate at runtime and is the source of new instances ofSession
andStatelessSession
, the most important APIs exposing persistence-related operations for entities.org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.cfgxml.internal Implementation of the service for processing and handlingcfg.xml
files.org.hibernate.boot.jaxb.hbm.transform org.hibernate.boot.jaxb.internal org.hibernate.boot.jaxb.spi org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of Origin in org.hibernate
Constructors in org.hibernate with parameters of type Origin Constructor Description InvalidMappingException(String customMessage, Origin origin)
Constructs anInvalidMappingException
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, Throwable e)
MappingException(String message, Throwable root, Origin origin)
MappingException(String message, Origin origin)
MappingNotFoundException(String message, Throwable root, Origin origin)
MappingNotFoundException(String message, Origin origin)
MappingNotFoundException(Throwable root, Origin origin)
MappingNotFoundException(Origin origin)
UnsupportedOrmXsdVersionException(String requestedVersion, Origin origin)
-
Uses of Origin in org.hibernate.boot.cfgxml.internal
Methods in org.hibernate.boot.cfgxml.internal with parameters of type Origin Modifier and Type Method Description JaxbCfgHibernateConfiguration
JaxbCfgProcessor. unmarshal(InputStream stream, Origin origin)
-
Uses of Origin in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform with parameters of type Origin Modifier and Type Method Description static JaxbEntityMappings
HbmXmlTransformer. transform(JaxbHbmHibernateMapping hbmXmlMapping, Origin origin, HbmXmlTransformer.Options options)
Main entry into hbm.xml transformationConstructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type Origin Constructor Description HbmXmlTransformer(JaxbHbmHibernateMapping hbmXmlMapping, Origin origin, HbmXmlTransformer.Options options)
-
Uses of Origin in org.hibernate.boot.jaxb.internal
Methods in org.hibernate.boot.jaxb.internal with parameters of type Origin Modifier and Type Method Description <X extends T>
Binding<X>AbstractBinder. bind(InputStream stream, Origin origin)
<X extends T>
Binding<X>AbstractBinder. bind(Source source, Origin origin)
protected XMLEventReader
AbstractBinder. createReader(InputStream stream, Origin origin)
protected XMLEventReader
AbstractBinder. createReader(Source source, Origin origin)
protected abstract <X extends T>
Binding<X>AbstractBinder. doBind(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin)
static Binding
FileXmlSource. doBind(Binder binder, File file, Origin origin)
static Binding
InputStreamAccessXmlSource. doBind(Binder binder, InputStreamAccess inputStreamAccess, Origin origin)
static Binding
InputStreamXmlSource. doBind(Binder binder, InputStream inputStream, Origin origin, boolean autoClose)
protected <X extends BindableMappingDescriptor>
Binding<X>MappingBinder. doBind(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin)
protected <X extends T>
XAbstractBinder. jaxb(XMLEventReader reader, Schema xsd, JAXBContext jaxbContext, Origin origin)
protected StartElement
AbstractBinder. seekRootElementStartEvent(XMLEventReader staxEventReader, Origin origin)
Constructors in org.hibernate.boot.jaxb.internal with parameters of type Origin Constructor Description CacheableFileXmlSource(Origin origin, File xmlFile, File cachedFileDir, boolean strict)
FileXmlSource(Origin origin, File file)
InputStreamAccessXmlSource(Origin origin, InputStreamAccess inputStreamAccess)
InputStreamXmlSource(Origin origin, InputStream inputStream, boolean autoClose)
JarFileEntryXmlSource(Origin origin, JarFile jarFile, ZipEntry jarFileEntry)
JaxpSourceXmlSource(Origin origin, Source jaxpSource)
UrlXmlSource(Origin origin, URL url)
-
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 <X extends T>
Binding<X>Binder. bind(InputStream stream, Origin origin)
Bind from an InputStream<X extends T>
Binding<X>Binder. bind(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.internal.hbm
Fields in org.hibernate.boot.model.source.internal.hbm declared as Origin Modifier and Type Field Description Origin
ModelBinder.DelayedPropertyReferenceHandlerImpl. propertyRefOrigin
Methods in org.hibernate.boot.model.source.internal.hbm that return Origin Modifier and Type Method Description Origin
AbstractEntitySourceImpl. getOrigin()
Origin
MappingDocument. getOrigin()
protected Origin
AbstractHbmSourceNode. origin()
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type Origin Constructor Description DelayedPropertyReferenceHandlerImpl(String referencedEntityName, String referencedPropertyName, boolean isUnique, String sourceElementSynopsis, Origin propertyRefOrigin)
MappingDocument(String contributor, JaxbHbmHibernateMapping documentRoot, Origin origin, MetadataBuildingContext rootBuildingContext)
-
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
-