se.unlogic.standardutils.dao
Interface OneToManyRelation<LocalType,RemoteType>

All Known Implementing Classes:
DefaultOneToManyRelation, SimplifiedOneToManyRelation

public interface OneToManyRelation<LocalType,RemoteType>


Method Summary
 void add(LocalType bean, Connection connection, RelationQuery relations)
           
 void getRemoteValue(LocalType bean, Connection connection, RelationQuery relations)
           
 void update(LocalType bean, Connection connection, RelationQuery relations)
           
 

Method Detail

getRemoteValue

void getRemoteValue(LocalType bean,
                    Connection connection,
                    RelationQuery relations)
                    throws SQLException
Throws:
SQLException

add

void add(LocalType bean,
         Connection connection,
         RelationQuery relations)
         throws SQLException
Throws:
SQLException

update

void update(LocalType bean,
            Connection connection,
            RelationQuery relations)
            throws SQLException
Throws:
SQLException


Copyright © 2011. All Rights Reserved.