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