public interface RepositoryAccess
Repository
, necessary for query
execution.Modifier and Type | Method and Description |
---|---|
Repository |
getRootRepository() |
<S extends Storable> |
storageAccessFor(java.lang.Class<S> type)
Returns a StorageAccess instance for the given user defined Storable
class or interface.
|
Repository getRootRepository()
<S extends Storable> StorageAccess<S> storageAccessFor(java.lang.Class<S> type) throws SupportException, RepositoryException
java.lang.IllegalArgumentException
- if specified type is nullMalformedTypeException
- if specified type is not suitableSupportException
RepositoryException
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.