Newer
Older
simple-database / src / nl / astraeus / database / annotations / IdType.java
package nl.astraeus.database.annotations;

/**
 * Date: 11/15/13
 * Time: 10:14 PM
 */
public enum IdType {
    AUTOGENERATED,
    MANUAL,
    UUID
}