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

org.iworkz.habitat.entity.FieldValueStrategy Maven / Gradle / Ivy

There is a newer version: 1.0.30
Show newest version
package org.iworkz.habitat.entity;

public enum FieldValueStrategy {
	
	MANUAL, 	// needs to be set manually (e.g. during DTO mapping)
	GENERATED,  // generated by the client (e.g. id generator)
	AUTO        // automatically set by the database (e.g. trigger,...)

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy