Interface SnFieldDao

All Superinterfaces:
GenericDao<SnFieldModel>
All Known Implementing Classes:
DefaultSnFieldDao

public interface SnFieldDao extends GenericDao<SnFieldModel>
The SnFieldModel DAO.
  • Method Details

    • findFieldsByIndexType

      List<SnFieldModel> findFieldsByIndexType(SnIndexTypeModel indexType)
      Finds the fields for the given index type.
      Parameters:
      indexType - - the index type
      Returns:
      the fieldw
    • findFieldByIndexTypeAndId

      Optional<SnFieldModel> findFieldByIndexTypeAndId(SnIndexTypeModel indexType, String id)
      Finds the field for the given index type and id.
      Parameters:
      indexType - - the index type
      id - - the id
      Returns:
      the field