hibernate3 oracle 11方言怎么设

 我来答
fengchao723
2016-03-31 · TA获得超过242个赞
知道小有建树答主
回答量:318
采纳率:0%
帮助的人:149万
展开全部

在你的配置文件中配置如下信息


<bean id="fltSessionFactory" class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">

<property name="dataSource" ref="fltDataSource" />

<property name="packagesToScan" value="com.xxxx.xxxxx.xxxxx"/> 

<property name="hibernateProperties">

<props>    

<!-   你要的配置    ->

<prop key="hibernate.dialect">org.hibernate.dialect.Oracle10gDialect</prop>

<prop key="hibernate.format_sql">true</prop>

<prop key="hibernate.show_sql">true</prop> 

<prop key="hibernate.hbm2ddl.auto">update</prop>

<prop key="hibernate.query.factory_class">org.hibernate.hql.ast.ASTQueryTranslatorFactory</prop>

<prop key="hibernate.connection.useUnicode">true</prop>

<prop key="hibernate.connection.characterEncoding">UTF-8</prop>

<prop key="hibernate.default_batch_fetch_size">16</prop>

<prop key="hibernate.use_sql_comments">false</prop>

<prop key="hibernate.jdbc.batch_size">20</prop>

<prop key="hibernate.jdbc.fetch_size">30</prop>

<prop key="hibernate.generate_statistics">false</prop>

<prop key="hibernate.autoReconnect">true</prop>

<prop key="hibernate.cglib.use_reflection_optimizer">true</prop>

<prop key="hibernate.connection.release_mode">auto</prop>

<prop key="hibernate.current_session_context_class">org.springframework.orm.hibernate3.SpringSessionContext</prop>

<prop key="hibernate.cache.use_query_cache">true</prop>

    <prop key="hibernate.cache.use_second_level_cache">true</prop> 

    <prop key="hibernate.cache.provider_class">org.hibernate.cache.SingletonEhCacheProvider</prop>  

   <prop key="javax.persistence.validation.mode">none</prop>

</props>

</property>

</bean>


本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式