org.hibersap.ejb.util
Class ReflectionUtil

java.lang.Object
  extended by org.hibersap.ejb.util.ReflectionUtil

public class ReflectionUtil
extends Object


Method Summary
static Set<Field> getHibersapSessionFields(Object target)
           
static String getSessionManagerJndiName(Field sessionField)
           
static void injectSessionIntoTarget(Object target, Field field, Session session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHibersapSessionFields

public static Set<Field> getHibersapSessionFields(Object target)

getSessionManagerJndiName

public static String getSessionManagerJndiName(Field sessionField)

injectSessionIntoTarget

public static void injectSessionIntoTarget(Object target,
                                           Field field,
                                           Session session)


Copyright © 2012 akquinet tech@spree GmbH. All Rights Reserved.