Uses of Class
io.contextmap.spring.runtime.model.storage.StorageEntity
-
Packages that use StorageEntity Package Description io.contextmap.spring.runtime.model.storage io.contextmap.spring.runtime.scanner.storage.jdbc.metadata -
-
Uses of StorageEntity in io.contextmap.spring.runtime.model.storage
Methods in io.contextmap.spring.runtime.model.storage that return types with arguments of type StorageEntity Modifier and Type Method Description List<StorageEntity>Storage. getEntities()Method parameters in io.contextmap.spring.runtime.model.storage with type arguments of type StorageEntity Modifier and Type Method Description voidStorage. setEntities(List<StorageEntity> entities) -
Uses of StorageEntity in io.contextmap.spring.runtime.scanner.storage.jdbc.metadata
Methods in io.contextmap.spring.runtime.scanner.storage.jdbc.metadata that return types with arguments of type StorageEntity Modifier and Type Method Description List<StorageEntity>DatabaseMetadataScanner. execute(Connection con, Parameters parameters)
-