• 2022-06-05
    在Hibernate中,所有持久化类都必须有一个默认的构造方法,这样Hibernate就可以使用()来实例化它。
    A: Session
    B: Constructor
    C: SessionFactory
    D: Transaction