Class PropertyRegistry

java.lang.Object
org.mybatis.generator.config.PropertyRegistry

public class PropertyRegistry extends Object
This class holds constants for all properties recognized by the different configuration elements. This helps document and maintain the different properties, and helps to avoid spelling errors.
Author:
Jeff Butler