
org.hibernate.cfg.annotations.Nullability Maven / Gradle / Ivy
package org.hibernate.cfg.annotations;
/**
* Are the columns forced to null, not null or not forced
*
* @author Emmanuel Bernard
*/
public enum Nullability {
FORCED_NULL,
FORCED_NOT_NULL,
NO_CONSTRAINT
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy