
hibernate
hibernate
spencer_tseng
这个作者很懒,什么都没留下…
展开
-
mybatis-3-mapper.dtd
mybatis-3-mapper.dtd原创 2025-04-28 08:46:07 · 407 阅读 · 0 评论 -
MyBatis DTD [Element type “if“ must be declared]
MyBatis DTD [Element type "if" must be declared]原创 2025-04-27 23:27:13 · 242 阅读 · 0 评论 -
org.apache.ibatis Demo
org.apache.ibatis Test原创 2025-04-11 14:25:06 · 224 阅读 · 0 评论 -
BindingException: Parameter ‘name‘ not found. Available parameters are [param1, et]
Cause: org.apache.ibatis.binding.BindingException: Parameter 'name' not found. Available parameters are [param1, et]没试别到参数name,只有参数param1 et原创 2025-04-11 12:17:18 · 267 阅读 · 0 评论 -
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):xxx
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):xxx原创 2025-04-11 12:06:41 · 211 阅读 · 0 评论 -
��ʵ�� “useUnicode“ �����ñ����� ‘;‘ �ָ�����β��
��ʵ�� "useUnicode" �����ñ����� ';' �ָ�����β��原创 2025-04-11 11:47:38 · 268 阅读 · 0 评论 -
java.lang.IllegalArgumentException: org.apache.ibatis.builder.BuilderException: Error creating docum
java.lang.IllegalArgumentException: org.apache.ibatis.builder.BuilderException: Error creating document instance. Cause: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1290; 元素类型 "script" 必须由匹配的结束标记 "</script>" 终止。原创 2025-04-07 15:52:33 · 239 阅读 · 0 评论 -
org.apache.ibatis.builder.BuilderException: Error creating document instance. Cause: org.xml.sax.SA
org.apache.ibatis.builder.BuilderException: Error creating document instance. Cause: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 277; 引用了实体 "le", 但未声明它。原创 2025-04-02 19:21:23 · 228 阅读 · 0 评论 -
org.apache.ibatis.binding.BindingException: Parameter ‘empId‘ not found. Available parameters are [a
org.apache.ibatis.binding.BindingException: Parameter 'empId' not found. Available parameters are [arg1, arg0, param1, param2]原创 2024-03-21 00:57:06 · 251 阅读 · 0 评论 -
Warn: Could not find @TableId
mybatisplus TableId原创 2023-12-04 17:25:17 · 1035 阅读 · 0 评论 -
java.lang.UnsupportedClassVersionError: org/mybatis/spring/annotation/MapperScan has been compiled b
java.lang.UnsupportedClassVersionError: org/mybatis/spring/annotation/MapperScan原创 2023-12-03 12:11:22 · 896 阅读 · 0 评论 -
hibernate3.0 org.hibernate.engine.jdbc.JdbcSupportLoader
hibernate3.0 org.hibernate.engine.jdbc.JdbcSupportLoader原创 2023-07-24 07:23:41 · 137 阅读 · 0 评论 -
Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationT
Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException原创 2023-07-24 00:19:01 · 333 阅读 · 0 评论 -
org.hibernate.PropertyAccessException: Null value was assigned to a property of primitive type sette
org.hibernate.PropertyAccessException: Null value was assigned to a property of primitive type sette原创 2023-02-24 23:24:05 · 236 阅读 · 0 评论 -
hibernate ehcache.xml
hibernate ehcache.xml原创 2022-09-05 20:58:06 · 179 阅读 · 0 评论 -
java.lang.ClassNotFoundException: org.hibernate.cache.internal.EhCacheRegionFactory
Exception in thread "main" org.hibernate.HibernateException: could not instantiate RegionFactory [org.hibernate.cache.internal.EhCacheRegionFactory] at org.hibernate.cfg.SettingsFactory.createRegionFactory(SettingsFactory.java:412) at org.hibernate.cfg.S原创 2022-09-05 19:18:14 · 804 阅读 · 0 评论 -
hibernate mysql connection.url
Caused by: org.dom4j.DocumentException: Error on line 9 of document : 对实体 "characterEncoding" 的引用必须以 ';' 分隔符结尾。 Nested exception: 对实体 "characterEncoding" 的引用必须以 ';' 分隔符结尾。原创 2022-09-05 18:32:01 · 370 阅读 · 0 评论 -
hibernate.hbm2ddl.auto
hibernate.hbm2ddl.auto原创 2022-09-05 15:06:21 · 112 阅读 · 0 评论 -
hibernate setResultTransformer(Criteria.ALIAS_TO_ENTITY_MAP)
/** * 查询专家评审进度 * * @author ZengWenFeng * @date 2017-10-12 * @return */ public List queryExpertReviewProgress() { //SELECT zbmk_id AS xh, COUNT(DISTINCT zj_id) AS cntZj, COUNT(DISTINCT原创 2017-10-13 21:04:50 · 1822 阅读 · 0 评论 -
hibernate pageQuery sirdc-core-0.0.2-SNAPSHOT.jar
hibernate pageQuery sirdc-core-0.0.2-SNAPSHOT.jar原创 2017-10-13 14:15:04 · 347 阅读 · 1 评论 -
hibernate Criteria
/** * 查询 * * @author 曾文锋 * @date 2010.11 * @param condition 查询条件 * @return */ @Excluded @SuppressWarnings("unchecked") public List> query(Map condition) { String bookId = (String)原创 2017-10-09 19:35:11 · 272 阅读 · 0 评论 -
ibatis demo01
我记得好像是官方的例子 ibatis demo01原创 2017-07-09 10:59:25 · 236 阅读 · 0 评论