java.lang.Object
net.odoframework.sql.util.schema.BaseRelationship<T,K>
net.odoframework.sql.util.schema.ManyToOne<T,K>
net.odoframework.sql.util.schema.OneToOne<T,K>
- All Implemented Interfaces:
Relation<T,K>
public class OneToOne<T,K> extends ManyToOne<T,K>
-
Field Summary
Fields inherited from class net.odoframework.sql.util.schema.BaseRelationship
columnBindings, name, owner, target -
Constructor Summary
-
Method Summary
Methods inherited from class net.odoframework.sql.util.schema.BaseRelationship
getColumnBindings, getName, getOwner, getTarget
-
Constructor Details
-
OneToOne
-