Annotation Interface Hierarchy
- org.nkjmlab.sorm4j.util.table_def.annotation.AutoIncrement (implements java.lang.annotation.Annotation)
- org.nkjmlab.sorm4j.util.table_def.annotation.Check (implements java.lang.annotation.Annotation)
- org.nkjmlab.sorm4j.util.table_def.annotation.CheckConstraint (implements java.lang.annotation.Annotation)
- org.nkjmlab.sorm4j.util.table_def.annotation.Default (implements java.lang.annotation.Annotation)
- org.nkjmlab.sorm4j.util.table_def.annotation.Index (implements java.lang.annotation.Annotation)
- org.nkjmlab.sorm4j.util.table_def.annotation.IndexColumns (implements java.lang.annotation.Annotation)
- org.nkjmlab.sorm4j.util.table_def.annotation.NotNull (implements java.lang.annotation.Annotation)
- org.nkjmlab.sorm4j.util.table_def.annotation.PrimaryKey (implements java.lang.annotation.Annotation)
- org.nkjmlab.sorm4j.util.table_def.annotation.PrimaryKeyColumns (implements java.lang.annotation.Annotation)
- org.nkjmlab.sorm4j.util.table_def.annotation.RepeatableCheckConstraints (implements java.lang.annotation.Annotation)
- org.nkjmlab.sorm4j.util.table_def.annotation.RepeatableIndexColumns (implements java.lang.annotation.Annotation)
- org.nkjmlab.sorm4j.util.table_def.annotation.RepeatableUniqueColumns (implements java.lang.annotation.Annotation)
- org.nkjmlab.sorm4j.util.table_def.annotation.Unique (implements java.lang.annotation.Annotation)
- org.nkjmlab.sorm4j.util.table_def.annotation.UniqueColumns (implements java.lang.annotation.Annotation)