Uses of Enum
com.helger.dao.IDAO.EMode
Packages that use IDAO.EMode
-
Uses of IDAO.EMode in com.helger.dao
Methods in com.helger.dao that return IDAO.EModeModifier and TypeMethodDescriptionstatic IDAO.EModeReturns 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.EModeModifier and TypeMethodDescriptionprotected 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.EModeModifier and TypeMethodDescriptionprotected final 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.EModeModifier and TypeMethodDescriptionprotected final FileAbstractWALDAO.getSafeFile(String sFilename, IDAO.EMode eMode) Get aFileobject for the specified filename that can perform the respective operation indicated by the "mode" parameter.