Package io.higson.runtime.model.def
Class TupleDef
java.lang.Object
io.higson.runtime.model.def.TupleDef
Entity to table mapping.
- Author:
- przemek hertel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd column mapping to this tuplebooleanintgetProperty(int index) getProperty(String propertyName) inthashCode()booleanhasMapping(String propertyName) toString()
-
Constructor Details
-
TupleDef
-
-
Method Details
-
add
add column mapping to this tuple- Parameters:
column- column nametype- mpp type codepropertyName- property name- Returns:
- tuple definition on which this method was invoked
-
add
-
getEntityName
-
getFieldCount
public int getFieldCount() -
getProperty
-
getProperty
-
hasMapping
-
equals
-
hashCode
public int hashCode() -
toString
-