Uses of Class
org.hibernate.boot.jaxb.Origin
Packages that use Origin
Package
Description
This package defines the central Hibernate APIs, beginning with
SessionFactory
, which represents an instance of
Hibernate at runtime and is the source of new instances of
Session
and StatelessSession
,
the most important APIs exposing persistence-related operations for
entities.This package contains the interfaces that make up the bootstrap API
for Hibernate.
Implementation of the service for processing and handling
cfg.xml
files.-
Uses of Origin in org.hibernate
Constructors in org.hibernate with parameters of type OriginModifierConstructorDescriptionInvalidMappingException
(String customMessage, Origin origin) Constructs anInvalidMappingException
using the given information. -
Uses of Origin in org.hibernate.boot
Methods in org.hibernate.boot that return OriginModifier and TypeMethodDescriptionInvalidMappingException.getOrigin()
MappingException.getOrigin()
Constructors in org.hibernate.boot with parameters of type OriginModifierConstructorDescriptionInvalidMappingException
(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 -
Uses of Origin in org.hibernate.boot.jaxb.hbm.transform
Constructors in org.hibernate.boot.jaxb.hbm.transform with parameters of type OriginModifierConstructorDescriptionTransformationException
(String message, Throwable root, Origin origin) TransformationException
(String message, Origin origin) UnknownEntityReferenceException
(String name, Origin origin) -
Uses of Origin in org.hibernate.boot.jaxb.internal
Methods in org.hibernate.boot.jaxb.internal with parameters of type OriginModifier and TypeMethodDescriptionAbstractBinder.bind
(InputStream stream, Origin origin) protected XMLEventReader
AbstractBinder.createReader
(InputStream stream, Origin origin) protected XMLEventReader
AbstractBinder.createReader
(Source source, Origin origin) AbstractBinder.doBind
(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin) protected <X extends JaxbPersistenceImpl>
Binding<X>ConfigurationBinder.doBind
(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin) static Binding
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 JaxbBindableMappingDescriptor>
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 OriginModifierConstructorDescriptionCacheableFileXmlSource
(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 OriginModifier and TypeMethodDescriptionBinding.getOrigin()
Obtain the metadata about the document's originXmlSource.getOrigin()
Methods in org.hibernate.boot.jaxb.spi with parameters of type OriginModifier and TypeMethodDescriptionBinder.bind
(InputStream stream, Origin origin) Bind from an InputStreamBind from an XML source.Constructors in org.hibernate.boot.jaxb.spi with parameters of type Origin -
Uses of Origin in org.hibernate.boot.model.source.internal.annotations
Methods in org.hibernate.boot.model.source.internal.annotations with parameters of type OriginModifier and TypeMethodDescriptionAdditionalManagedResourcesImpl.Builder.addXmlMappings
(String resourceName, Origin origin) -
Uses of Origin in org.hibernate.boot.model.source.internal.hbm
Fields in org.hibernate.boot.model.source.internal.hbm declared as OriginModifier and TypeFieldDescriptionfinal Origin
ModelBinder.DelayedPropertyReferenceHandlerImpl.propertyRefOrigin
Methods in org.hibernate.boot.model.source.internal.hbm that return OriginModifier and TypeMethodDescriptionAbstractEntitySourceImpl.getOrigin()
MappingDocument.getOrigin()
protected Origin
AbstractHbmSourceNode.origin()
Constructors in org.hibernate.boot.model.source.internal.hbm with parameters of type OriginModifierConstructorDescriptionDelayedPropertyReferenceHandlerImpl
(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