Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
G I O P S T

G

getEntityName(Object) - Method in class org.hibernate.test.dynamicentity.interceptor.ProxyInterceptor
The callback from Hibernate to determine the entity name given a presumed entity instance.
getMappings() - Method in class org.hibernate.test.dynamicentity.interceptor.InterceptorDynamicEntityTest
 

I

InterceptorDynamicEntityTest - class org.hibernate.test.dynamicentity.interceptor.InterceptorDynamicEntityTest.
Demonstrates custom interpretation of entity-name through an Interceptor.
InterceptorDynamicEntityTest(String) - Constructor for class org.hibernate.test.dynamicentity.interceptor.InterceptorDynamicEntityTest
 
instantiate(String, EntityMode, Serializable) - Method in class org.hibernate.test.dynamicentity.interceptor.ProxyInterceptor
The callback from Hibernate in order to build an instance of the entity represented by the given entity name.

O

org.hibernate.test.dynamicentity.interceptor - package org.hibernate.test.dynamicentity.interceptor
 

P

ProxyInterceptor - class org.hibernate.test.dynamicentity.interceptor.ProxyInterceptor.
Our custom org.hibernate.Interceptor impl which performs the interpretation of entity-name -> proxy instance and vice-versa.
ProxyInterceptor() - Constructor for class org.hibernate.test.dynamicentity.interceptor.ProxyInterceptor
 

S

suite() - Static method in class org.hibernate.test.dynamicentity.interceptor.InterceptorDynamicEntityTest
 

T

testIt() - Method in class org.hibernate.test.dynamicentity.interceptor.InterceptorDynamicEntityTest
 

G I O P S T