java.lang.Object
net.odoframework.sql.util.schema.BaseRelationship<T,K>
net.odoframework.sql.util.schema.OneToMany<T,K>
- All Implemented Interfaces:
Relation<T,K>
public class OneToMany<T,K> extends BaseRelationship<T,K>
-
Field Summary
Fields inherited from class net.odoframework.sql.util.schema.BaseRelationship
columnBindings, name, owner, target -
Constructor Summary
-
Method Summary
Modifier and Type Method Description Function<T,? extends Collection<K>>getGetter()BiConsumer<T,K>getSetter()voidmap(ResultSet rs, Schema schema, MappingContext context, Key ownerKey, T result)Methods inherited from class net.odoframework.sql.util.schema.BaseRelationship
getColumnBindings, getName, getOwner, getTarget
-
Constructor Details
-
OneToMany
-
-
Method Details
-
map
-
getSetter
-
getGetter
-