Uses of Interface
org.kuali.rice.krad.data.provider.MetadataProvider
Packages that use MetadataProvider
Package
Description
-
Uses of MetadataProvider in org.kuali.rice.krad.data.jpa
Subinterfaces of MetadataProvider in org.kuali.rice.krad.data.jpaModifier and TypeInterfaceDescriptioninterfaceSubclass of theMetadataProviderwhich contains the additional methods needed.Classes in org.kuali.rice.krad.data.jpa that implement MetadataProviderModifier and TypeClassDescriptionclassA superclass which handles most of the JPA metadata extraction. -
Uses of MetadataProvider in org.kuali.rice.krad.data.jpa.eclipselink
Classes in org.kuali.rice.krad.data.jpa.eclipselink that implement MetadataProviderModifier and TypeClassDescriptionclassProvides an EclipseLink-specific implementation for theJpaMetadataProviderImpl. -
Uses of MetadataProvider in org.kuali.rice.krad.data.provider
Subinterfaces of MetadataProvider in org.kuali.rice.krad.data.providerModifier and TypeInterfaceDescriptioninterfaceThis metadata provider forms the main provider for the krad-data module.Methods in org.kuali.rice.krad.data.provider that return MetadataProviderModifier and TypeMethodDescriptionProviderRegistry.getMetadataProvider(Class<?> type) Obtain the first MetadataProvider which handles the gives type.Methods in org.kuali.rice.krad.data.provider that return types with arguments of type MetadataProviderModifier and TypeMethodDescriptionProviderRegistry.getMetadataProviders()Obtain list of all registered MetadataProvidersCompositeMetadataProvider.getProviders()The list of providers this provider will use. -
Uses of MetadataProvider in org.kuali.rice.krad.data.provider.annotation.impl
Classes in org.kuali.rice.krad.data.provider.annotation.impl that implement MetadataProviderModifier and TypeClassDescriptionclassParses custom krad-data annotations for additional metadata to layer on top of that provided by the persistence metadata provider which should have run before this one. -
Uses of MetadataProvider in org.kuali.rice.krad.data.provider.impl
Classes in org.kuali.rice.krad.data.provider.impl that implement MetadataProviderModifier and TypeClassDescriptionclassThis "provider" aggregates the other metadata providers given in its spring configuration.classSuperclass for all metadata providers which contain the basic operations and data structure.Fields in org.kuali.rice.krad.data.provider.impl with type parameters of type MetadataProviderModifier and TypeFieldDescriptionprotected List<MetadataProvider> CompositeMetadataProviderImpl.providersMethods in org.kuali.rice.krad.data.provider.impl that return MetadataProviderModifier and TypeMethodDescriptionProviderRegistryImpl.getMetadataProvider(Class<?> type) Obtain the first MetadataProvider which handles the gives type.Methods in org.kuali.rice.krad.data.provider.impl that return types with arguments of type MetadataProviderModifier and TypeMethodDescriptionProviderRegistryImpl.getMetadataProviders()Obtain list of all registered MetadataProvidersCompositeMetadataProviderImpl.getProviders()The list of providers this provider will use.Method parameters in org.kuali.rice.krad.data.provider.impl with type arguments of type MetadataProviderModifier and TypeMethodDescriptionvoidCompositeMetadataProviderImpl.setProviders(List<MetadataProvider> providers) Setter for the providers. -
Uses of MetadataProvider in org.kuali.rice.krad.data.provider.spring
Classes in org.kuali.rice.krad.data.provider.spring that implement MetadataProviderModifier and TypeClassDescriptionclassMetadata provider which can be configured via the standard spring mechanisms.