类的使用
org.hibernate.TransientObjectException
-
使用TransientObjectException的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.engine.internal Support for many of the internal workings of Hibernate. -
-
org.hibernate中TransientObjectException的使用
org.hibernate中TransientObjectException的子类 修饰符和类型 类 说明 classTransientPropertyValueExceptionThrown when a property cannot be persisted because it is an association with a transient unsaved entity instance. -
org.hibernate.engine.internal中TransientObjectException的使用
抛出TransientObjectException的org.hibernate.engine.internal中的方法 修饰符和类型 方法 说明 static SerializableForeignKeys. getEntityIdentifierIfNotUnsaved(String entityName, Object object, SharedSessionContractImplementor session)Return the identifier of the persistent or transient object, or throw an exception if the instance is "unsaved"
-