Class JOOQMapping
java.lang.Object
no.sikt.graphitron.definitions.mapping.MethodMapping
no.sikt.graphitron.definitions.mapping.JOOQMapping
- All Implemented Interfaces:
JoinElement
Stores operations related to rendering jOOQ key and table mappings.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanstatic JOOQMappingstatic JOOQMappingClass<?>getTable()Class<?>inthashCode()Methods inherited from class no.sikt.graphitron.definitions.mapping.MethodMapping
asCamelGet, asCamelHas, asCamelHasCall, asGet, asGetCall, asHas, asHasCall, asSet, asSetCall, asSetCall, asSetKeyCall, getName
-
Method Details
-
getMappingName
- Specified by:
getMappingNamein interfaceJoinElement- Returns:
- The exact name of the data that this object corresponds to.
-
getCodeName
- Specified by:
getCodeNamein interfaceJoinElement- Returns:
- The method call version of the name.
-
fromTable
-
fromKey
-
getInverseKey
-
getTable
- Specified by:
getTablein interfaceJoinElement- Returns:
- The table that this join element is built of.
-
clearsPreviousSequence
public boolean clearsPreviousSequence()- Specified by:
clearsPreviousSequencein interfaceJoinElement- Returns:
- Should this element reset the sequence?
-
equals
-
hashCode
public int hashCode() -
getTableClass
-
getRecordClass
-