- 博客(3)
- 收藏
- 关注
原创 Hibernate 的增删改查
Hibernate.cfg.xml<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration DTD 3.0//EN" "http://hibernate.so...
2018-06-20 21:57:03
162
原创 hibernate的自动建表
1.实体类package com.xiaomo.vo;public class User {private int id;private String name;private int age;@Overridepublic String toString() {return "id:"+this.id+"\tname:"+this.name+"\tage"+this.age;}public Us...
2018-06-20 21:56:16
140
转载 一个简单的orm程序
public class DB { public static string GetClassName(Type type) { if (type == null) throw new ArgumentException("参数type不能为空");else{ if (type.HasAttribute&...
2018-05-07 21:00:38
123
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅