Uses of Class
org.kuali.rice.krad.data.metadata.impl.DataObjectRelationshipImpl
Packages that use DataObjectRelationshipImpl
-
Uses of DataObjectRelationshipImpl in org.kuali.rice.krad.data.jpa
Methods in org.kuali.rice.krad.data.jpa with parameters of type DataObjectRelationshipImplModifier and TypeMethodDescriptionprotected abstract voidJpaMetadataProviderImpl.populateImplementationSpecificRelationshipLevelMetadata(DataObjectRelationshipImpl relationship, javax.persistence.metamodel.SingularAttribute<?, ?> rd) Hook called after all "standard" field-level annotations are processed on attributes identified as "associations" to perform any further extraction based on the internals of the JPA implementation. -
Uses of DataObjectRelationshipImpl in org.kuali.rice.krad.data.jpa.eclipselink
Methods in org.kuali.rice.krad.data.jpa.eclipselink with parameters of type DataObjectRelationshipImplModifier and TypeMethodDescriptionprotected voidEclipseLinkJpaMetadataProviderImpl.populateImplementationSpecificRelationshipLevelMetadata(DataObjectRelationshipImpl relationship, javax.persistence.metamodel.SingularAttribute<?, ?> rd) Hook called after all "standard" field-level annotations are processed on attributes identified as "associations" to perform any further extraction based on the internals of the JPA implementation.