Uses of Class
com.helger.dao.IDAO.EMode
-
Packages that use IDAO.EMode Package Description com.helger.dao com.helger.dao.simple com.helger.dao.wal -
-
Uses of IDAO.EMode in com.helger.dao
Methods in com.helger.dao that return IDAO.EMode Modifier and Type Method Description static IDAO.EModeIDAO.EMode. valueOf(String name)Returns the enum constant of this type with the specified name.static IDAO.EMode[]IDAO.EMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.dao with parameters of type IDAO.EMode Modifier and Type Method Description protected static voidAbstractDAO. checkFileAccess(File aFile, IDAO.EMode eMode)Check the access to the passed file using the specified mode. -
Uses of IDAO.EMode in com.helger.dao.simple
Methods in com.helger.dao.simple with parameters of type IDAO.EMode Modifier and Type Method Description protected FileAbstractSimpleDAO. getSafeFile(String sFilename, IDAO.EMode eMode) -
Uses of IDAO.EMode in com.helger.dao.wal
Methods in com.helger.dao.wal with parameters of type IDAO.EMode Modifier and Type Method Description protected FileAbstractWALDAO. getSafeFile(String sFilename, IDAO.EMode eMode)Get aFileobject for the specified filename that can perform the respective operation indicated by the "mode" parameter.
-