程序包 org.hibernate
类 UnknownEntityTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.MappingException
-
- org.hibernate.UnknownEntityTypeException
-
- 所有已实现的接口:
Serializable
public class UnknownEntityTypeException extends MappingException
Indicates an attempt was made to refer to an unknown entity name/class. NOTE : extends MappingException because that's what core used to do and that's how HEM expects it. Longer term I think it makes more sense to have a different hierarchy for runtime-"mapping" exceptions.- 作者:
- Steve Ebersole
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 UnknownEntityTypeException(String message)UnknownEntityTypeException(String message, Throwable cause)
-
方法概要
-