Schnittstelle ITableTool

Alle Superschnittstellen:
IDatabaseObjectTool
Alle bekannten Implementierungsklassen:
TableTool

public interface ITableTool extends IDatabaseObjectTool
  • Methodendetails

    • allNewAndEditedMandatoryFieldsAreSet

      boolean allNewAndEditedMandatoryFieldsAreSet(ITable<?> table)
    • canInsertEntity

      boolean canInsertEntity(ITable<?> table)
    • canInsertGivenEntity

      boolean canInsertGivenEntity(ITable<?> table, IEntity entity)
    • containsEntityWithGivenIdInLocalData

      boolean containsEntityWithGivenIdInLocalData(ITable<?> table, String id)
    • getColumsThatReferenceGivenTable

      <E extends IEntity> IContainer<IColumn> getColumsThatReferenceGivenTable(ITable<E> table)
    • hasChanges

      boolean hasChanges(ITable<?> table)
    • hasInsertedGivenEntityInLocalData

      boolean hasInsertedGivenEntityInLocalData(ITable<?> table, IEntity entity)