@Mixins(value=HasUoWFiles.Mixin.class) public interface HasUoWFiles<T extends Enum<T>>
| Modifier and Type | Interface and Description |
|---|---|
static class |
HasUoWFiles.Mixin<R extends Enum<R>> |
| Modifier and Type | Method and Description |
|---|---|
File |
attachedFile(T key)
IMPORTANT Use this
File only inside read-only UnitOfWorks |
Iterable<File> |
attachedFiles()
IMPORTANT Use these
Files only inside read-only UnitOfWorks |
File |
managedFile(T key) |
Iterable<File> |
managedFiles() |