类 StandardEntityNotFoundDelegate
- java.lang.Object
-
- org.hibernate.boot.internal.StandardEntityNotFoundDelegate
-
- 所有已实现的接口:
EntityNotFoundDelegate
public class StandardEntityNotFoundDelegate extends Object implements EntityNotFoundDelegate
Standard non-JPA implementation of EntityNotFoundDelegate, throwing the Hibernate-specificObjectNotFoundException.- 作者:
- Steve Ebersole
-
-
字段概要
字段 修饰符和类型 字段 说明 static StandardEntityNotFoundDelegateINSTANCESingleton access
-
构造器概要
构造器 构造器 说明 StandardEntityNotFoundDelegate()
-
-
-
字段详细资料
-
INSTANCE
public static final StandardEntityNotFoundDelegate INSTANCE
Singleton access
-
-
方法详细资料
-
handleEntityNotFound
public void handleEntityNotFound(String entityName, Serializable id)
- 指定者:
handleEntityNotFound在接口中EntityNotFoundDelegate
-
-