se.unlogic.standardutils.dao
Interface ManyToManyRelation<LocalType,RemoteType>
- All Known Implementing Classes:
- DefaultManyToManyRelation
public interface ManyToManyRelation<LocalType,RemoteType>
getRemoteValue
void getRemoteValue(LocalType bean,
java.sql.Connection connection,
RelationQuery relations)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
add
void add(LocalType bean,
java.sql.Connection connection,
RelationQuery relations)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
update
void update(LocalType bean,
java.sql.Connection connection,
RelationQuery relations)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2011. All Rights Reserved.