org.qi4j.library.uowfile.singular
Interface HasUoWFile

All Known Subinterfaces:
HasUoWFileLifecycle
All Known Implementing Classes:
HasUoWFile.Mixin

@Mixins(value=HasUoWFile.Mixin.class)
public interface HasUoWFile


Nested Class Summary
static class HasUoWFile.Mixin
           
 
Method Summary
 java.io.File attachedFile()
          IMPORTANT Use this File only inside read-only UnitOfWorks
 java.io.File managedFile()
           
 

Method Detail

attachedFile

java.io.File attachedFile()
IMPORTANT Use this File only inside read-only UnitOfWorks


managedFile

java.io.File managedFile()