MCPcopy Create free account
hub / github.com/androrm/androrm / getTarget

Method getTarget

src/src/com/orm/androrm/field/Relation.java:37–37  ·  view source on GitHub ↗

Retrieves the target class of this specific relation. @return The Class of the target model.

()

Source from the content-addressed store, hash-verified

35 * @return The {@link Class} of the target model.
36 */
37 public Class<T> getTarget();
38}

Callers 9

testGetTargetMethod · 0.65
testGetTargetMethod · 0.65
getRelationSelectionMethod · 0.65
resolveRelationFieldMethod · 0.65
unwrapOneToManyFieldMethod · 0.65
getForeignKeyFieldMethod · 0.65
saveM2MToDatabaseMethod · 0.65

Implementers 2

ForeignKeyFieldsrc/src/com/orm/androrm/field/ForeignK
AbstractToManyRelationsrc/src/com/orm/androrm/field/Abstract

Calls

no outgoing calls

Tested by 2

testGetTargetMethod · 0.52
testGetTargetMethod · 0.52