All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.annotations.GenerationTime Maven / Gradle / Ivy

There is a newer version: 3.5.6-Final
Show newest version
//$Id: $
package org.hibernate.annotations;

/**
 * When should the generation occurs
 *
 * @author Emmanuel Bernard
 */
public enum GenerationTime {
	NEVER,
	INSERT,
	ALWAYS
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy