Uses of Interface
gov.nasa.pds.registry.service.MetadataStore

Packages that use MetadataStore
gov.nasa.pds.registry.service   
 

Uses of MetadataStore in gov.nasa.pds.registry.service
 

Classes in gov.nasa.pds.registry.service that implement MetadataStore
 class MetadataStoreJPA
          This is a database implementation using Java's persistence library.
 

Methods in gov.nasa.pds.registry.service that return MetadataStore
 MetadataStore RegistryServiceImpl.getMetadataStore()
           
 MetadataStore RegistryService.getMetadataStore()
          Get access to the back end store for the registry service.
 

Methods in gov.nasa.pds.registry.service with parameters of type MetadataStore
 void RegistryServiceImpl.setMetadataStore(MetadataStore metadataStore)
           
 void RegistryService.setMetadataStore(MetadataStore metadataStore)
          Set where to store all the metadata for registry objects.
 



Copyright © 2010-2013 Planetary Data System. All Rights Reserved.