
mybatis源码-反射封装
实现关系:先定义一个调用接口Invoker:** * Copyright 2009-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 the "License"; * you ......
实现关系:先定义一个调用接口Invoker:** * Copyright 2009-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 the "License"; * you ......
中文文档:https:mybatis.orgmybatis-3zhconfiguration.html#properties属性(properties)这些属性可以在外部进行配置,并可以进行动态替换。你既可以在典型的 Java 属性文件中配置这些属性,也可以在 properties 元素的子元素中设置。例如:prope......
节点定义:XNode类对应了配置文件中一个元素节点的信息。** * Copyright 2009-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 the "License"; * ......
创建工厂:package com.laoxu.mybatis.executor;import org.apache.ibatis.io.Resources;import org.apache.ibatis.session.SqlSessionFactory;import org.apache.ibatis.sessio......
异常类图:** * Copyright 2009-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 the "License"; * you may not use this ......