类 CannotForceNonNullableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.MappingException
-
- org.hibernate.AnnotationException
-
- org.hibernate.cfg.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(String message)
-
方法概要
-
-
-
构造器详细资料
-
CannotForceNonNullableException
public CannotForceNonNullableException(String message)
-
-