See: Description
| Interface | Description |
|---|---|
| AnnotationManager |
Interface defining the access to MetaData derived from Annotations.
|
| AnnotationReader |
Interface defining the access to MetaData derived from Annotations.
|
| ClassAnnotationHandler |
Interface defining a handler for class annotations.
|
| MemberAnnotationHandler |
Interface defining a handler for field/property annotations.
|
| Class | Description |
|---|---|
| AbstractAnnotationReader |
Abstract implementation of a metadata annotations reader.
|
| AnnotationManagerImpl |
Manager for annotations.
|
| AnnotationObject |
Wrapper for an annotation and its various properties etc.
|
| Member |
Wrapper for a field or a method (property) that is annotated.
|
| ValidationNotNullAnnotationHandler |
Handler for the javax.validation @NotNull annotation.
|
| ValidationSizeAnnotationHandler |
Handler for the javax.validation @Size annotation.
|
Provides classes for parsing annotations input data and converting into org.datanucleus.metadata input data for the DataNucleus persistence process.
Copyright © 2017. All rights reserved.