se.unlogic.standardutils.dao
Interface OneToManyRelation<LocalType,RemoteType>
- All Known Implementing Classes:
- DefaultOneToManyRelation, SimplifiedOneToManyRelation
public interface OneToManyRelation<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.