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 ofSessionandStatelessSession, 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.jaxb.hbm.transform 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(String customMessage, Origin origin)Constructs anInvalidMappingExceptionusing the given information. -
Uses of Origin in org.hibernate.boot
Methods in org.hibernate.boot that return Origin Modifier and Type Method Description OriginInvalidMappingException. getOrigin()OriginMappingException. 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.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform with parameters of type Origin Modifier and Type Method Description static JaxbEntityMappingsHbmXmlTransformer. 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.spi
Methods in org.hibernate.boot.jaxb.spi that return Origin Modifier and Type Method Description OriginBinding. getOrigin()Obtain the metadata about the document's originOriginXmlSource. 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.spi
Methods in org.hibernate.boot.model.source.spi that return Origin Modifier and Type Method Description OriginIdentifiableTypeSource. getOrigin()Obtain the origin of this source.OriginLocalMetadataBuildingContext. getOrigin()Obtain the origin for this context
-