Uses of Class
org.kuali.rice.krad.data.metadata.impl.DataObjectMetadataImpl
Packages that use DataObjectMetadataImpl
Package
Description
-
Uses of DataObjectMetadataImpl in org.kuali.rice.krad.data.jpa
Methods in org.kuali.rice.krad.data.jpa with parameters of type DataObjectMetadataImplModifier and TypeMethodDescriptionprotected abstract voidJpaMetadataProviderImpl.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. -
Uses of DataObjectMetadataImpl in org.kuali.rice.krad.data.jpa.eclipselink
Methods in org.kuali.rice.krad.data.jpa.eclipselink with parameters of type DataObjectMetadataImplModifier and TypeMethodDescriptionprotected voidEclipseLinkJpaMetadataProviderImpl.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. -
Uses of DataObjectMetadataImpl in org.kuali.rice.krad.data.provider.annotation.impl
Methods in org.kuali.rice.krad.data.provider.annotation.impl with parameters of type DataObjectMetadataImplModifier and TypeMethodDescriptionprotected voidAnnotationMetadataProviderImpl.addDataObjectCollection(DataObjectMetadataImpl metadata, Field f, CollectionRelationship a) Adds a collection relationship for a field to the metadata object.protected voidAnnotationMetadataProviderImpl.addDataObjectRelationship(DataObjectMetadataImpl metadata, Field f, Relationship a) Adds a relationship for a field to the metadata object.protected booleanAnnotationMetadataProviderImpl.processAnnotationForAttribute(Annotation a, DataObjectAttributeImpl attr, DataObjectMetadataImpl metadata) Helper method to process the annotations which can be present on attributes.protected booleanAnnotationMetadataProviderImpl.processClassLevelAnnotations(Class<?> clazz, DataObjectMetadataImpl metadata) Handle annotations made at the class level and add their data to the given metadata object.protected booleanAnnotationMetadataProviderImpl.processFieldLevelAnnotations(Class<?> clazz, DataObjectMetadataImpl metadata) Handle annotations made at the field level and add their data to the given metadata object.protected booleanAnnotationMetadataProviderImpl.processInheritedAttributes(Class<?> clazz, DataObjectMetadataImpl metadata) Handle inherited properties and add their data to the given metadata object.protected booleanAnnotationMetadataProviderImpl.processMethodLevelAnnotations(Class<?> clazz, DataObjectMetadataImpl metadata) Handle annotations made at the method level and add their data to the given metadata object.