| Package | Description | 
|---|---|
| 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 | 
| Constructor and Description | 
|---|
InvalidMappingException(String customMessage,
                       Origin origin)
Constructs an InvalidMappingException using the given information. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Origin | 
JaxbRoot.getOrigin()
Obtain the metadata about the document's origin 
 | 
| Constructor and Description | 
|---|
JaxbRoot(T root,
        Origin origin)  | 
| Modifier and Type | Method and Description | 
|---|---|
Origin | 
MappingException.getOrigin()  | 
Origin | 
LocalBindingContext.getOrigin()  | 
| Constructor and Description | 
|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
Origin | 
EntityBindingContext.getOrigin()  | 
Origin | 
EntitySourceImpl.getOrigin()  | 
| Modifier and Type | Method and Description | 
|---|---|
Origin | 
EntitySource.getOrigin()
Obtain the origin of this source. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Origin | 
MappingDocument.getOrigin()  | 
Origin | 
AbstractEntitySourceImpl.getOrigin()  | 
| Modifier and Type | Method and Description | 
|---|---|
JaxbRoot | 
JaxbHelper.unmarshal(Document document,
         Origin origin)  | 
JaxbRoot | 
JaxbHelper.unmarshal(InputStream stream,
         Origin origin)  | 
| Modifier and Type | Method and Description | 
|---|---|
JaxbHibernateConfiguration | 
JaxbProcessor.unmarshal(InputStream stream,
         Origin origin)  | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.