Skip to content

issues Search Results · repo:sunyue1380/QuickDAO3 language:Java

Filter by

5 results
 (70 ms)

5 results

insunyue1380/QuickDAO3 (press backspace or delete to remove)

dependency groupId commons-dbcp /groupId artifactId commons-dbcp /artifactId version 1.4 /version /dependency dependency groupId cn.schoolwow /groupId ...
  • weststarqp
  • 1
  • Opened 
    on Jun 26, 2020
  • #5

//指定实体所在包名 cn.schoolwow.quickdao.dao.DAO dao = QuickDAO.newInstance() .dataSource(mysqlDataSource) .packageName( cn.schoolwow.quickdao.entity ) .build(); //之后所有的操作使用dao对象完成 这里指定了一个cn.schoolwow.quickdao.entity,意思是 ...
  • iceBear67
  • 5
  • Opened 
    on Jun 6, 2020
  • #4

如题:
  • Heemooo
  • 5
  • Opened 
    on May 7, 2020
  • #3

我想对 cn.schoolwow.quickdao.dao. AbstractDAO 二次开发,需要继承该类的时候,需要一个无参的构造方法,但我看到源代码中只有 有参的构造方法。 我的想法是这样的。 我理解的每一个Dao 是对应每一个Entity的。我在使用框架springboot开发用户功能时,希望对用户的操作都通过UserDao 来完成增删改查。 @Repository public class ...
  • JingBiao-jb
  • 2
  • Opened 
    on Dec 30, 2019
  • #2

我在使用H2数据库开发一个简单的小项目。自定义实体,调用 dao.save()方法的时候报错。后发现是我对实体注解@Id理解有误,我实体中Id对因为数据库中主键Id,现实体中需要如下三种注解: @Id @ColumnName(value = ID ) @Constraint(notNull=true, unique=true)。我想问一下@Id是否应该包含@Constraint(notNull=true, ...
enhancement
good first issue
  • JingBiao-jb
  • 5
  • Opened 
    on Dec 29, 2019
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub