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 entity,
Serializable identifier,
String entityName)
Factory method for building and throwing an UnresolvableObjectException if the entity is null.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.