Class FSComponentRepositoryDB
java.lang.Object
com.zfabrik.components.provider.util.FSComponentExtRepositoryDB<FSCRDBComponent>
com.zfabrik.components.provider.util.FSComponentRepositoryDB
- All Implemented Interfaces:
Serializable
Simplified class signature of
FSComponentExtRepositoryDB
- See Also:
-
Field Summary
Fields inherited from class com.zfabrik.components.provider.util.FSComponentExtRepositoryDB
FIND_CACHE_SIZE
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected FSCRDBComponent
createSyntheticComponent
(String componentName) Create a synthetic component without any particular properties yet.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 Details
-
FSComponentRepositoryDB
public FSComponentRepositoryDB() -
FSComponentRepositoryDB
-
-
Method Details
-
createSyntheticComponent
Description copied from class:FSComponentExtRepositoryDB
Create a synthetic component without any particular properties yet. This is used for filling synthetic components, e.g. links to an existing component during alias expansion.- Specified by:
createSyntheticComponent
in classFSComponentExtRepositoryDB<FSCRDBComponent>
-