Uses of Class
com.helger.dao.EDAOActionType
-
Packages that use EDAOActionType Package Description com.helger.dao com.helger.dao.wal -
-
Uses of EDAOActionType in com.helger.dao
Methods in com.helger.dao that return EDAOActionType Modifier and Type Method Description static EDAOActionTypeEDAOActionType. getFromIDOrNull(String sID)static EDAOActionTypeEDAOActionType. getFromIDOrThrow(String sID)static EDAOActionTypeEDAOActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static EDAOActionType[]EDAOActionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EDAOActionType in com.helger.dao.wal
Methods in com.helger.dao.wal with parameters of type EDAOActionType Modifier and Type Method Description protected voidAbstractMapBasedWALDAO. markAsChanged(IMPLTYPE aModifiedElement, EDAOActionType eActionType)Deprecated.Avoid that this method is overriddenprotected voidAbstractWALDAO. markAsChanged(DATATYPE aModifiedElement, EDAOActionType eActionType)This method must be called every time something changed in the DAO.protected voidAbstractWALDAO. markAsChanged(List<DATATYPE> aModifiedElements, EDAOActionType eActionType)protected voidAbstractWALDAO. onRecoveryErrorConvertToNative(EDAOActionType eActionType, int i, String sElement)This method is called, when the conversion from the read XML string to the native type failed.
-