org.hibersap.ejb.interceptor
Annotation Type HibersapSession


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface HibersapSession

The HibersapSession annotation can be used on an EJB field to let the HibersapSessionInterceptor inject the current Hibersap session.


Required Element Summary
 String value
          Holds the JNDI name for looking up the corresponding Hibersap SessionManager.
 

Element Detail

value

public abstract String value
Holds the JNDI name for looking up the corresponding Hibersap SessionManager.

Returns:
The JNDI name to which the SessionManager is bound.


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