| Interface | Description |
|---|---|
| AnnotationBindingContext |
Defines an interface for providing additional annotation related context information.
|
| HibernateDotNames |
Defines the dot names for the Hibernate specific mapping annotations.
|
| JPADotNames |
Defines the dot names for the JPA annotations
|
| Class | Description |
|---|---|
| AnnotationBindingContextImpl | |
| AnnotationMetadataSourceProcessorImpl |
Main class responsible to creating and binding the Hibernate meta-model from annotations.
|
| EntityHierarchyBuilder |
Given a (jandex) annotation index build processes all classes with JPA relevant annotations and pre-orders
JPA entities respectively their inheritance hierarchy.
|
| EntityHierarchyImpl | |
| EnumConversionHelper |
Helper class which converts between different enum types.
|
| JandexHelper |
Utility methods for working with the jandex annotation index.
|
| ReflectionHelper |
Some helper methods for reflection tasks
|
| Exception | Description |
|---|---|
| UnknownInheritanceTypeException |
Copyright © 2018 JBoss by Red Hat. All rights reserved.