org.objectweb.jonas_ejb.deployment.xml
Interface FinderMethodJdbcMapping

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FinderMethodJdbcMappingImpl

public interface FinderMethodJdbcMapping
extends java.io.Serializable


Field Summary
static java.lang.String[] ZEUS_ATTRIBUTES
           
static java.lang.String[] ZEUS_ELEMENTS
           
static java.lang.String ZEUS_XML_NAME
           
 
Method Summary
 JdbcWhereClause getJdbcWhereClause()
           
 JonasMethod getJonasMethod()
           
 void marshal(java.io.File file)
           
 void marshal(java.io.OutputStream outputStream)
           
 void marshal(java.io.Writer writer)
           
 void setJdbcWhereClause(JdbcWhereClause jdbcWhereClause)
           
 void setJonasMethod(JonasMethod jonasMethod)
           
 

Field Detail

ZEUS_XML_NAME

public static final java.lang.String ZEUS_XML_NAME

ZEUS_ATTRIBUTES

public static final java.lang.String[] ZEUS_ATTRIBUTES

ZEUS_ELEMENTS

public static final java.lang.String[] ZEUS_ELEMENTS
Method Detail

getJonasMethod

public JonasMethod getJonasMethod()

setJonasMethod

public void setJonasMethod(JonasMethod jonasMethod)

getJdbcWhereClause

public JdbcWhereClause getJdbcWhereClause()

setJdbcWhereClause

public void setJdbcWhereClause(JdbcWhereClause jdbcWhereClause)

marshal

public void marshal(java.io.File file)
             throws java.io.IOException

marshal

public void marshal(java.io.OutputStream outputStream)
             throws java.io.IOException

marshal

public void marshal(java.io.Writer writer)
             throws java.io.IOException