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.
-
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()
Methods in org.hibernate.boot with parameters of type OriginModifier and TypeMethodDescriptionvoid
BootLogging.entitySupertypeExtendsNotFound
(String extendsName, Origin origin, String subclassName) 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.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) -
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 originMethods 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.spi
Methods in org.hibernate.boot.model.source.spi that return Origin -
Uses of Origin in org.hibernate.boot.models.xml.spi
Methods in org.hibernate.boot.models.xml.spi that return Origin