| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
condition |
String |
foreignFieldName |
String |
foreignKey
The attribute applies in base table who maps a Java class
|
String |
primaryFieldName
Returns field name of Java Class, which is a formal parameter in the relation
calculation, and carries the result of relation calculation only.
|
String |
primaryKey
Returns column name of the base table who associates the sub table.
|
RelationType |
relationType
Returns the type of the relation who annotates a Java Field.
|
public abstract RelationType relationType
public abstract String primaryKey
Relationship.getPrimaryKey()public abstract String primaryFieldName
public abstract String foreignKey
public abstract String foreignFieldName
public abstract String condition
Copyright © 2020 com.github.braisdom. All rights reserved.