com.syrtsov.ddao
Annotation Type JNDIDao


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface JNDIDao

psdo: comments This annotation defines tnat interface logic that it is attached to is Dao interface and should be interpreted by DaoInvocationHandlerImpl.

Created by: Pavel Syrtsov Date: Apr 1, 2007 Time: 11:56:36 PM


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value
Returns:
JNDI name of DataSource this Dao connected to