-
Method Summary
Add a Join with the given prefix (determining the alias).
Add a Join with the given alias.
Return the extra where clause if set.
Return the IdBinder of the underlying type.
boolean
Return true if the associated type has soft delete.
void
Add a bean to the parent.
Return the soft delete predicate.
Return the type of the target (other side).
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
-
-
target
Return the type of the target (other side).
-
idBinder
Return the IdBinder of the underlying type.
-
addJoin
Add a Join with the given alias.
-
addJoin
Add a Join with the given prefix (determining the alias).
-
setValue
Add a bean to the parent.
-
isTargetSoftDelete
boolean isTargetSoftDelete()
Return true if the associated type has soft delete.
-
softDeletePredicate
Return the soft delete predicate.