| Package | Description |
|---|---|
| org.kuali.rice.krad.data.jpa | |
| org.kuali.rice.krad.data.jpa.eclipselink | |
| org.kuali.rice.krad.data.provider.annotation.impl |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
JpaMetadataProviderImpl.populateImplementationSpecificEntityLevelMetadata(DataObjectMetadataImpl metadata,
javax.persistence.metamodel.EntityType<?> entityType)
Hook called after all "standard" annotations are processed to perform any further extraction based on the
internals of the JPA implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EclipseLinkJpaMetadataProviderImpl.populateImplementationSpecificEntityLevelMetadata(DataObjectMetadataImpl metadata,
javax.persistence.metamodel.EntityType<?> entityType)
Hook called after all "standard" annotations are processed to perform any further extraction based on the
internals of the JPA implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AnnotationMetadataProviderImpl.addDataObjectCollection(DataObjectMetadataImpl metadata,
Field f,
CollectionRelationship a)
Adds a collection relationship for a field to the metadata object.
|
protected void |
AnnotationMetadataProviderImpl.addDataObjectRelationship(DataObjectMetadataImpl metadata,
Field f,
Relationship a)
Adds a relationship for a field to the metadata object.
|
protected boolean |
AnnotationMetadataProviderImpl.processAnnotationForAttribute(Annotation a,
DataObjectAttributeImpl attr,
DataObjectMetadataImpl metadata)
Helper method to process the annotations which can be present on attributes.
|
protected boolean |
AnnotationMetadataProviderImpl.processClassLevelAnnotations(Class<?> clazz,
DataObjectMetadataImpl metadata)
Handle annotations made at the class level and add their data to the given metadata object.
|
protected boolean |
AnnotationMetadataProviderImpl.processFieldLevelAnnotations(Class<?> clazz,
DataObjectMetadataImpl metadata)
Handle annotations made at the field level and add their data to the given metadata object.
|
protected boolean |
AnnotationMetadataProviderImpl.processInheritedAttributes(Class<?> clazz,
DataObjectMetadataImpl metadata)
Handle inherited properties and add their data to the given metadata object.
|
protected boolean |
AnnotationMetadataProviderImpl.processMethodLevelAnnotations(Class<?> clazz,
DataObjectMetadataImpl metadata)
Handle annotations made at the method level and add their data to the given metadata object.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.