• λ我爱Aspx >> Asp.Net >> struts和hibernate简单问题
  • struts和hibernate简单问题

  • :aspxer  Դ:csdn  :2007-7-6 2:38:00  ؼ:
  • }

    public int hashCode(){

    if (this.hashValue == 0){

    int result = 17;

    int idValue = this.getId() == null ? 0 : this.getId().hashCode();

    result = result * 37 + idValue;

    this.hashValue = result;

    }

    return this.hashValue;

    }

    }

    public class Customer extends AbstractCustomer implements Serializable

    {

    public Customer()

    {

    }

    public Customer(java.lang.Integer id)

    {

    super(id);

    }

    }

    public abstract class AbstractBook implements Serializable

    {

    private int hashValue = 0;

    private java.lang.Integer id;

    private Customer customer;

    private java.lang.String title;

    private java.lang.String author;

    private java.lang.Short borrowallowed;

    public AbstractBook(){}

    public AbstractBook(java.lang.Integer id){

    Ҷƪл˵?
  • һƪ如何遍历窗体上的控件并按TYPE给它定具体风格
    һƪ用spring创建sessionFactory时的错误