Uses of Class
org.hibernate.action.internal.UnresolvedEntityInsertActions
-
Packages that use UnresolvedEntityInsertActions Package Description org.hibernate.action.internal Internals for action processing. -
-
Uses of UnresolvedEntityInsertActions in org.hibernate.action.internal
Methods in org.hibernate.action.internal that return UnresolvedEntityInsertActions Modifier and Type Method Description static UnresolvedEntityInsertActions
UnresolvedEntityInsertActions. deserialize(ObjectInputStream ois, SessionImplementor session)
Deserialize anUnresolvedEntityInsertActions
object.
-