Class FSComponentRepositoryDB
- java.lang.Object
-
- com.zfabrik.components.provider.util.FSComponentExtRepositoryDB<FSCRDBComponent>
-
- com.zfabrik.components.provider.util.FSComponentRepositoryDB
-
- All Implemented Interfaces:
java.io.Serializable
public class FSComponentRepositoryDB extends FSComponentExtRepositoryDB<FSCRDBComponent>
Simplified class signature ofFSComponentExtRepositoryDB
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.zfabrik.components.provider.util.FSComponentExtRepositoryDB
FIND_CACHE_SIZE
-
-
Constructor Summary
Constructors Constructor Description FSComponentRepositoryDB()
FSComponentRepositoryDB(FSComponentExtRepositoryDB<FSCRDBComponent> db)
-
Method Summary
-
Methods inherited from class com.zfabrik.components.provider.util.FSComponentExtRepositoryDB
clearCache, delegate, equals, findComponents, getCacheHits, getCacheQueries, getCacheSize, getComponents, getComponentsOfModule, getModules, getRevision, hasComponentModule, hashCode, hasModule, moduleOf, putComponent, removeComponent, removeModule
-
-
-
-
Constructor Detail
-
FSComponentRepositoryDB
public FSComponentRepositoryDB()
-
FSComponentRepositoryDB
public FSComponentRepositoryDB(FSComponentExtRepositoryDB<FSCRDBComponent> db)
-
-