Package | Description |
---|---|
net.bluemind.filehosting.filesystem.service.internal.persistence |
Modifier and Type | Field and Description |
---|---|
static JdbcAbstractStore.Creator<FileHostingEntity> |
FileHostingEntity.filehostingCreator |
Modifier and Type | Method and Description |
---|---|
FileHostingEntity |
FileHostingStore.getByPath(java.lang.String path) |
FileHostingEntity |
FileHostingStore.getByUid(java.lang.String uid) |
Modifier and Type | Method and Description |
---|---|
java.util.List<FileHostingEntity> |
FileHostingStore.getActiveSharedFiles() |
java.util.List<FileHostingEntity> |
FileHostingStore.getByOwner(java.lang.String owner) |
static JdbcAbstractStore.EntityPopulator<FileHostingEntity> |
FileHostingColumns.populator() |
static JdbcAbstractStore.StatementValues<FileHostingEntity> |
FileHostingColumns.statementValues() |
Modifier and Type | Method and Description |
---|---|
void |
FileHostingStore.create(FileHostingEntity value) |
void |
FileHostingStore.update(FileHostingEntity value) |
Copyright © 2021. All Rights Reserved.