-
Method Summary
boolean
Returns true, if this relation has a foreign key.
Return the scalar type of the associated id property.
boolean
Return true if the property is an Id.
Return the property value as an entity bean from the parent.
Methods inherited from interface io.ebeaninternal.server.query.STreeProperty
appendFrom, appendSelect, buildRawSqlSelectChain, elPrefix, encryptKeyAsString, extraIncludes, fullName, isAggregation, isAggregationManyToOne, isEmbedded, isFormula, isId, isLobForPlatform, load, loadIgnore, name, scalarType
-
Method Details
-
isAssocId
boolean isAssocId()
Return true if the property is an Id.
-
idReader
Return the scalar type of the associated id property.
-
hasForeignKey
boolean hasForeignKey()
Returns true, if this relation has a foreign key.
-
valueAsEntityBean
Return the property value as an entity bean from the parent.