File
Doc
Category
Size
Date
Package
EntityNotFoundDelegate.java
API Doc
Hibernate 3.2.5
301
Wed Sep 06 11:18:56 BST 2006
org.hibernate.proxy
EntityNotFoundDelegate
public interface EntityNotFoundDelegate
Delegate to handle the scenario of an entity not found by a specified id.
author
Steve Ebersole
Fields Summary
Constructors Summary
Methods Summary
public void
handleEntityNotFound
(
java.lang.String
entityName,
java.io.Serializable
id)
Java Code Source