Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
ObjectDeletedException
Thrown when the user tries to do something illegal with a deleted
object.
|
class |
ObjectNotFoundException
Thrown when Session.load() fails to select a row with
the given primary key (identifier value).
|
Modifier and Type | Method and Description |
---|---|
static void |
UnresolvableObjectException.throwIfNull(Object o,
Serializable id,
String clazz) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.