类 CannotForceNonNullableException

  • 所有已实现的接口:
    Serializable

    public class CannotForceNonNullableException
    extends AnnotationException
    Indicates an internal attempt to mark a column as non-nullable (because its part of a PK, etc) but we cannot force that column to be non-nullable.

    Typically this indicates that the "column" is actually a formula.

    作者:
    Steve Ebersole
    另请参阅:
    序列化表格
    • 构造器详细资料

      • CannotForceNonNullableException

        public CannotForceNonNullableException​(String message)