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(java.lang.String customMessage,
Origin origin) |
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(java.lang.String message,
Origin origin) |
MappingException(java.lang.String message,
java.lang.Throwable root,
Origin origin) |
MappingNotFoundException(Origin origin) |
MappingNotFoundException(java.lang.String message,
Origin origin) |
MappingNotFoundException(java.lang.String message,
java.lang.Throwable root,
Origin origin) |
MappingNotFoundException(java.lang.Throwable root,
Origin origin) |
Modifier and Type | Method and Description |
---|---|
Origin |
EntitySourceImpl.getOrigin() |
Origin |
EntityBindingContext.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(org.w3c.dom.Document document,
Origin origin) |
JaxbRoot |
JaxbHelper.unmarshal(java.io.InputStream stream,
Origin origin) |
Modifier and Type | Method and Description |
---|---|
JaxbHibernateConfiguration |
JaxbProcessor.unmarshal(java.io.InputStream stream,
Origin origin) |
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.