Package | Description |
---|---|
org.datanucleus.metadata.annotations |
Provides classes for parsing annotations input data and converting into org.datanucleus.metadata input
data for the DataNucleus persistence process.
|
Modifier and Type | Method and Description |
---|---|
protected abstract AbstractMemberMetaData |
AbstractAnnotationReader.processMemberAnnotations(AbstractClassMetaData cmd,
Member member,
AnnotationObject[] annotations)
Method to take the passed in outline ClassMetaData and process the annotations for fields/properties adding any necessary FieldMetaData/PropertyMetaData to the ClassMetaData.
|
Copyright © 2019. All rights reserved.