| Modifier and Type | Interface and Description |
|---|---|
interface |
JpaMetadataProvider
Subclass of the
MetadataProvider which contains the additional methods needed. |
| Modifier and Type | Class and Description |
|---|---|
class |
JpaMetadataProviderImpl
A superclass which handles most of the JPA metadata extraction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EclipseLinkJpaMetadataProviderImpl
Provides an EclipseLink-specific implementation for the
JpaMetadataProviderImpl. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompositeMetadataProvider
This metadata provider forms the main provider for the krad-data module.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataProvider |
ProviderRegistry.getMetadataProvider(Class<?> type)
Obtain the first MetadataProvider which handles the gives type.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataProvider> |
ProviderRegistry.getMetadataProviders()
Obtain list of all registered MetadataProviders
|
List<MetadataProvider> |
CompositeMetadataProvider.getProviders()
The list of providers this provider will use.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationMetadataProviderImpl
Parses 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeMetadataProviderImpl
This "provider" aggregates the other metadata providers given in its spring configuration.
|
class |
MetadataProviderBase
Superclass for all metadata providers which contain the basic operations and data structure.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<MetadataProvider> |
CompositeMetadataProviderImpl.providers |
| Modifier and Type | Method and Description |
|---|---|
MetadataProvider |
ProviderRegistryImpl.getMetadataProvider(Class<?> type)
Obtain the first MetadataProvider which handles the gives type.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetadataProvider> |
ProviderRegistryImpl.getMetadataProviders()
Obtain list of all registered MetadataProviders
|
List<MetadataProvider> |
CompositeMetadataProviderImpl.getProviders()
The list of providers this provider will use.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeMetadataProviderImpl.setProviders(List<MetadataProvider> providers)
Setter for the providers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpringMetadataProviderImpl
Metadata provider which can be configured via the standard spring mechanisms.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.