titan.lightbatis.annotations.GeneratedEvent Maven / Gradle / Ivy
package titan.lightbatis.annotations;
/**
*
*/
public enum GeneratedEvent{
Insert, Update
}
package titan.lightbatis.annotations;
/**
*
*/
public enum GeneratedEvent{
Insert, Update
}