| Package | Description |
|---|---|
| org.kuali.rice.krad.data.jpa | |
| org.kuali.rice.krad.data.metadata |
The interfaces in this package form the data model for the metadata repository extracted via the
MetadataProvider classes. |
| org.kuali.rice.krad.data.metadata.impl | |
| org.kuali.rice.krad.data.util |
| Modifier and Type | Method and Description |
|---|---|
protected DataObjectCollection |
JpaMetadataProviderImpl.getCollectionMetadataFromCollectionAttribute(javax.persistence.metamodel.PluralAttribute cd)
Extracts the collection metadata from a single JPA
PluralAttribute object. |
| Modifier and Type | Method and Description |
|---|---|
protected List<DataObjectCollection> |
JpaMetadataProviderImpl.getCollectionsFromMetadata(Set<javax.persistence.metamodel.PluralAttribute> collections)
Gets a collection's metadata from the property descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
DataObjectCollection |
DataObjectMetadata.getCollection(String collectionName)
Gets the named collection's metadata from the data object.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataObjectCollection> |
DataObjectMetadata.getCollections()
Gets child collections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataObjectCollectionImpl
Collection meta data.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataObjectCollection |
DataObjectCollectionImpl.embeddedCollection |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,DataObjectCollection> |
DataObjectMetadataImpl.collectionMap |
protected List<DataObjectCollection> |
DataObjectMetadataImpl.collections |
| Modifier and Type | Method and Description |
|---|---|
DataObjectCollection |
DataObjectMetadataImpl.getCollection(String collectionName)
Gets the named collection's metadata from the data object.
|
DataObjectCollection |
DataObjectCollectionImpl.getEmbeddedCollection()
Gets the embedded collection.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataObjectCollection> |
DataObjectMetadataImpl.getCollections()
Gets child collections.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataObjectCollectionImpl.setEmbeddedCollection(DataObjectCollection embeddedCollection) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataObjectMetadataImpl.setCollections(List<DataObjectCollection> collections)
Sets collections.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReferenceLinker.linkBiDirectionalCollection(DataObjectWrapper<?> parentWrapper,
DataObjectWrapper<?> elementWrapper,
DataObjectCollection collectionMetadata)
Performs bi-directional collection linking, ensuring that for bi-directional collection relationships that both
sides of the relationship are properly populated.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.