Betty v1.1.0

christophedelory.betty.interfaces
Interface LocalModelHome

All Superinterfaces:
EJBLocalHome

public interface LocalModelHome
extends EJBLocalHome

Local home interface for ModelEJB.

Version:
1.1.0
Author:
Christophe Delory

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 LocalModel create(String className)
           
 Collection<LocalModel> findAll()
           
 LocalModel findByPrimaryKey(Object pk)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

COMP_NAME

static final String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

static final String JNDI_NAME
See Also:
Constant Field Values
Method Detail

create

LocalModel create(String className)
                  throws CreateException
Throws:
CreateException

findAll

Collection<LocalModel> findAll()
                               throws FinderException
Throws:
FinderException

findByPrimaryKey

LocalModel findByPrimaryKey(Object pk)
                            throws FinderException
Throws:
FinderException

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.