Class ListUtilities

java.lang.Object
org.mybatis.generator.codegen.mybatis3.ListUtilities

public class ListUtilities extends Object
Couple of little utility methods to make dealing with generated always columns easier. If a column is GENERATED ALWAYS, it should not be referenced on an insert or update method.

If a column is identity, it should not be referenced on an insert method.

Author:
Jeff Butler