Uses of Class
org.kuali.rice.krad.data.metadata.impl.DataObjectAttributeImpl
Packages that use DataObjectAttributeImpl
Package
Description
-
Uses of DataObjectAttributeImpl in org.kuali.rice.krad.data.jpa
Methods in org.kuali.rice.krad.data.jpa with parameters of type DataObjectAttributeImplModifier and TypeMethodDescriptionprotected abstract voidJpaMetadataProviderImpl.populateImplementationSpecificAttributeLevelMetadata(DataObjectAttributeImpl attribute, javax.persistence.metamodel.SingularAttribute<?, ?> attr) Hook called after all "standard" attribute-level annotations are processed to perform any further extraction based on the internals of the JPA implementation. -
Uses of DataObjectAttributeImpl in org.kuali.rice.krad.data.jpa.eclipselink
Methods in org.kuali.rice.krad.data.jpa.eclipselink with parameters of type DataObjectAttributeImplModifier and TypeMethodDescriptionprotected voidEclipseLinkJpaMetadataProviderImpl.populateImplementationSpecificAttributeLevelMetadata(DataObjectAttributeImpl attribute, javax.persistence.metamodel.SingularAttribute<?, ?> attr) Hook called after all "standard" attribute-level annotations are processed to perform any further extraction based on the internals of the JPA implementation. -
Uses of DataObjectAttributeImpl in org.kuali.rice.krad.data.provider.annotation.impl
Methods in org.kuali.rice.krad.data.provider.annotation.impl with parameters of type DataObjectAttributeImplModifier and TypeMethodDescriptionprotected booleanAnnotationMetadataProviderImpl.processAnnotationForAttribute(Annotation a, DataObjectAttributeImpl attr, DataObjectMetadataImpl metadata) Helper method to process the annotations which can be present on attributes.