hibernate中的继承关系按照数据库的表结构来分的话有那几种?
hibernate中的继承关系按照数据库的表结构来分的话有那几种?
相关考题:
在MyBatis中,ExecutorType的值包括()。A、ExecutorType.SIMPLEB、ExecutorType.BATCHC、ExecutorType.EXECUTED、ExecutorType.REUSE
Hibernate通过映射文件中的<generator>子元素来设定标识符生成器,下列选项哪些是Hibernate提供的内置实现()A、hiloB、nativeC、assignD、indentity
下列选项关于Configuration的说法不正确的是()。A、Configuration类的构造方法用于将默认路径下的hibernate.cfg.xml(或hibernate.properties)配置文件中的配置信息读入到内存中B、Configuration对象用于配置并启动HibernateC、获得Configuration的方法:Configuration config = new Configuration();D、Hibernate应用通过Configuration实例指定对象-关系映射文件的位置或者动态配置Hibernate的属性