se.unlogic.standardutils.dao
Interface ManyToOneRelation<LocalType,RemoteType,RemoteKeyType>
- All Superinterfaces:
- Column<LocalType,RemoteType>
- All Known Implementing Classes:
- DefaultManyToOneRelation
public interface ManyToOneRelation<LocalType,RemoteType,RemoteKeyType>
- extends Column<LocalType,RemoteType>
getBeanValue
RemoteKeyType getBeanValue(LocalType bean)
- Specified by:
getBeanValue
in interface Column<LocalType,RemoteType>
getParamValue
RemoteKeyType getParamValue(Object bean)
- Specified by:
getParamValue
in interface Column<LocalType,RemoteType>
getRemoteValue
void getRemoteValue(LocalType bean,
ResultSet resultSet,
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
getField
Field getField()
Copyright © 2011. All Rights Reserved.