public class

XmlConstants

extends Object
java.lang.Object
   ↳ org.mybatis.generator.codegen.XmlConstants

Summary

Constants
String IBATIS2_SQL_MAP_CONFIG_PUBLIC_ID
String IBATIS2_SQL_MAP_CONFIG_SYSTEM_ID
String IBATIS2_SQL_MAP_PUBLIC_ID
String IBATIS2_SQL_MAP_SYSTEM_ID
String IBATOR_CONFIG_PUBLIC_ID
String IBATOR_CONFIG_SYSTEM_ID
String MYBATIS3_MAPPER_CONFIG_PUBLIC_ID
String MYBATIS3_MAPPER_CONFIG_SYSTEM_ID
String MYBATIS3_MAPPER_PUBLIC_ID
String MYBATIS3_MAPPER_SYSTEM_ID
String MYBATIS_GENERATOR_CONFIG_PUBLIC_ID
String MYBATIS_GENERATOR_CONFIG_SYSTEM_ID
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String IBATIS2_SQL_MAP_CONFIG_PUBLIC_ID

Constant Value: "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN"

public static final String IBATIS2_SQL_MAP_CONFIG_SYSTEM_ID

Constant Value: "http://ibatis.apache.org/dtd/sql-map-config-2.dtd"

public static final String IBATIS2_SQL_MAP_PUBLIC_ID

Constant Value: "-//ibatis.apache.org//DTD SQL Map 2.0//EN"

public static final String IBATIS2_SQL_MAP_SYSTEM_ID

Constant Value: "http://ibatis.apache.org/dtd/sql-map-2.dtd"

public static final String IBATOR_CONFIG_PUBLIC_ID

Constant Value: "-//Apache Software Foundation//DTD Apache iBATIS Ibator Configuration 1.0//EN"

public static final String IBATOR_CONFIG_SYSTEM_ID

Constant Value: "http://ibatis.apache.org/dtd/ibator-config_1_0.dtd"

public static final String MYBATIS3_MAPPER_CONFIG_PUBLIC_ID

Constant Value: "-//mybatis.org//DTD Config 3.0//EN"

public static final String MYBATIS3_MAPPER_CONFIG_SYSTEM_ID

Constant Value: "http://mybatis.org/dtd/mybatis-3-config.dtd"

public static final String MYBATIS3_MAPPER_PUBLIC_ID

Constant Value: "-//mybatis.org//DTD Mapper 3.0//EN"

public static final String MYBATIS3_MAPPER_SYSTEM_ID

Constant Value: "http://mybatis.org/dtd/mybatis-3-mapper.dtd"

public static final String MYBATIS_GENERATOR_CONFIG_PUBLIC_ID

Constant Value: "-//mybatis.org//DTD MyBatis Generator Configuration 1.0//EN"

public static final String MYBATIS_GENERATOR_CONFIG_SYSTEM_ID

Constant Value: "http://mybatis.org/dtd/mybatis-generator-config_1_0.dtd"