public class TriggerMeta extends java.lang.Object
TriggerMeta(java.lang.String name, com.annotatedsql.annotation.provider.Trigger.Type[] types, boolean before)
java.lang.String
getMethodName()
boolean
isAfter()
isBefore()
isDelete()
isInsert()
isUpdate()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TriggerMeta(java.lang.String name, com.annotatedsql.annotation.provider.Trigger.Type[] types, boolean before)
public boolean isDelete()
public boolean isInsert()
public boolean isUpdate()
public java.lang.String getMethodName()
public boolean isBefore()
public boolean isAfter()