public interface CloudStorePersistenceCapableClassesProvider
CloudStorePersistenceCapableClassesProvider
implementations make persistence-capable classes known
to the LocalRepoManagerImpl
's PersistenceManager
.
Implementation classes are registered using the ServiceLoader
.
Important: Implementors should subclass AbstractCloudStorePersistenceCapableClassesProvider
instead
of directly implementing this interface!
Modifier and Type | Method and Description |
---|---|
Class<?>[] |
getPersistenceCapableClasses()
Gets the persistence-capable classes.
|
Class<?>[] getPersistenceCapableClasses()
The classes returned here are combined with all other providers' results.
null
,
which is equivalent to an empty array.Copyright © 2013–2019. All rights reserved.