Class DatabaseIntegrityCheckerDao

java.lang.Object
com.avoka.core.dao.BaseDao
com.avoka.fc.core.dao.AbstractDao
com.avoka.fc.core.dao.DatabaseIntegrityCheckerDao

public class DatabaseIntegrityCheckerDao extends AbstractDao
Provides a Database Integrity Checker DAO.
  • Constructor Details

    • DatabaseIntegrityCheckerDao

      public DatabaseIntegrityCheckerDao()
  • Method Details

    • validateRecordsForRelation

      public String validateRecordsForRelation(org.apache.cayenne.map.DbRelationship rel)
      Return the details of entity/field name if relationship validation fails for them otherwise return an empty string.
      Parameters:
      rel - The foreign key relationship
      Returns:
      The details of entity/field name if validation fails for them otherwise return an empty string