Class DefaultSnFieldDao

    • Constructor Detail

      • DefaultSnFieldDao

        public DefaultSnFieldDao()
    • Method Detail

      • findFieldByIndexTypeAndId

        public java.util.Optional<SnFieldModel> findFieldByIndexTypeAndId​(SnIndexTypeModel indexType,
                                                                          java.lang.String id)
        Description copied from interface: SnFieldDao
        Finds the field for the given index type and id.
        Specified by:
        findFieldByIndexTypeAndId in interface SnFieldDao
        Parameters:
        indexType - - the index type
        id - - the id
        Returns:
        the field