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

All Known Implementing Classes:
DefaultManyToManyRelation

public interface ManyToManyRelation<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.