Uses of Class
org.hibernate.internal.jaxb.Origin

Packages that use Origin
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.internal.jaxb   
org.hibernate.metamodel.source   
org.hibernate.metamodel.source.annotations.entity   
org.hibernate.metamodel.source.binder   
org.hibernate.metamodel.source.hbm   
org.hibernate.metamodel.source.internal   
org.hibernate.service.internal   
 

Uses of Origin in org.hibernate
 

Constructors in org.hibernate with parameters of type Origin
InvalidMappingException(String customMessage, Origin origin)
           
 

Uses of Origin in org.hibernate.internal.jaxb
 

Methods in org.hibernate.internal.jaxb that return Origin
 Origin JaxbRoot.getOrigin()
          Obtain the metadata about the document's origin
 

Constructors in org.hibernate.internal.jaxb with parameters of type Origin
JaxbRoot(T root, Origin origin)
           
 

Uses of Origin in org.hibernate.metamodel.source
 

Methods in org.hibernate.metamodel.source that return Origin
 Origin LocalBindingContext.getOrigin()
           
 Origin MappingException.getOrigin()
           
 

Constructors in org.hibernate.metamodel.source with parameters of type Origin
MappingException(String message, Origin origin)
           
MappingException(String message, Throwable root, Origin origin)
           
MappingNotFoundException(Origin origin)
           
MappingNotFoundException(String message, Origin origin)
           
MappingNotFoundException(String message, Throwable root, Origin origin)
           
MappingNotFoundException(Throwable root, Origin origin)
           
 

Uses of Origin in org.hibernate.metamodel.source.annotations.entity
 

Methods in org.hibernate.metamodel.source.annotations.entity that return Origin
 Origin EntitySourceImpl.getOrigin()
           
 Origin EntityBindingContext.getOrigin()
           
 

Uses of Origin in org.hibernate.metamodel.source.binder
 

Methods in org.hibernate.metamodel.source.binder that return Origin
 Origin EntitySource.getOrigin()
          Obtain the origin of this source.
 

Uses of Origin in org.hibernate.metamodel.source.hbm
 

Methods in org.hibernate.metamodel.source.hbm that return Origin
 Origin MappingDocument.getOrigin()
           
 Origin AbstractEntitySourceImpl.getOrigin()
           
 

Uses of Origin in org.hibernate.metamodel.source.internal
 

Methods in org.hibernate.metamodel.source.internal with parameters of type Origin
 JaxbRoot JaxbHelper.unmarshal(Document document, Origin origin)
           
 JaxbRoot JaxbHelper.unmarshal(InputStream stream, Origin origin)
           
 

Uses of Origin in org.hibernate.service.internal
 

Methods in org.hibernate.service.internal with parameters of type Origin
 JaxbHibernateConfiguration JaxbProcessor.unmarshal(InputStream stream, Origin origin)
           
 



Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.