Subversion Repositories WebE

Rev

View as "text/plain" | Blame | Last modification | View Log | RSS feed

1
//$Id: $
package org.hibernate.annotations;

/**
 * When should the generation occurs
 *
 * @author Emmanuel Bernard
 */

public enum GenerationTime {
        NEVER,
        INSERT,
        ALWAYS
}