資源簡介
基于java+MySQL的寵物管理系統
代碼片段和文件信息
package?com.njwangbo.dao;
import?java.util.List;
import?com.njwangbo.entity.Pet;
/**
?*?Pet的數據訪問層
?*????實現對Pet的增刪查改操作
?*/
public?interface?PetDao?{
/**
?*?查詢所有的寵物
?*?@return??所有寵物的集合
?*/
public?List?findAll();
/**
?*?保存一條寵物信息
?*?@param?pet??一條寵物信息
?*?@return 是否保存成功
?*/
public?boolean?save(Pet?pet);
/**
?*?修改一條寵物信息
?*?@param?pet?寵物信息
?*?@return 修改是否成功
?*/
public?boolean?update(Pet?pet);
/**
?*?根據寵物編號刪除一條寵物
?*?@param?id??寵物的編號
?*?@return 是否刪除成功
?*/
public?boolean?delete(int?id);
/**
?*?根據名字和年齡進行模糊查詢
?*?@param?name 名字中包含的字符
?*?@param?minAge??年齡的低位值
?*?@param?maxAge??年齡的高位值
?*?@return?查詢出符合條件的寵物的集合
?*/
public?List?findPetsBySome(String?nameString?minAgeString?maxAge);
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-01-10?21:53??lu15371686149-8809235-瀹犵墿綆$悊\
?????文件????????2786??2015-05-27?15:48??lu15371686149-8809235-瀹犵墿綆$悊\petmanager.sql
?????目錄???????????0??2019-01-10?21:53??__MACOSX\
?????目錄???????????0??2019-01-10?21:53??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\
?????文件?????????172??2015-05-27?15:48??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\._petmanager.sql
?????目錄???????????0??2019-01-10?21:53??lu15371686149-8809235-瀹犵墿綆$悊\petmanager\
?????目錄???????????0??2015-05-29?10:59??lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\
?????文件?????????152??2015-05-29?10:59??lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\datasource.properties
?????目錄???????????0??2019-01-10?21:53??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\petmanager\
?????目錄???????????0??2019-01-10?21:53??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\
?????文件?????????172??2015-05-29?10:59??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\._datasource.properties
?????文件?????????237??2015-05-29?10:59??lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\bean.properties
?????文件?????????172??2015-05-29?10:59??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\._bean.properties
?????目錄???????????0??2015-05-29?10:59??lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\
?????目錄???????????0??2015-05-29?10:59??lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\
?????目錄???????????0??2015-05-29?10:59??lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\
?????文件????????2494??2015-05-29?10:59??lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\PetTableModel.class
?????目錄???????????0??2019-01-10?21:53??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\
?????目錄???????????0??2019-01-10?21:53??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\
?????目錄???????????0??2019-01-10?21:53??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\
?????文件?????????172??2015-05-29?10:59??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\._PetTableModel.class
?????文件?????????793??2015-05-29?10:59??lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\Loginfr
?????文件?????????172??2015-05-29?10:59??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\._Loginfr
?????文件?????????807??2015-05-29?10:59??lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\Registefr
?????文件?????????172??2015-05-29?10:59??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\._Registefr
?????文件?????????800??2015-05-29?10:59??lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\AddPetfr
?????文件?????????172??2015-05-29?10:59??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\._AddPetfr
?????文件????????8015??2015-05-29?10:59??lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\AddPetfr
?????文件?????????172??2015-05-29?10:59??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\._AddPetfr
?????文件????????2061??2015-05-29?10:59??lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\PetTableCellEditor$1.class
?????文件?????????172??2015-05-29?10:59??__MACOSX\lu15371686149-8809235-瀹犵墿綆$悊\petmanager\bin\com\njwangbo\ui\._PetTableCellEditor$1.class
............此處省略236個文件信息
評論
共有 條評論