public interface TnRelationSelector
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
canUseRelationCache(String relationNoSuffix)
Can it use the relation cache for entity mapping?
|
Set<ColumnInfo> |
getRelationSpecifiedNullObjectColumnSet(String relationNoSuffix)
Get the set of column specified as null object for the relation.
|
boolean |
isColumnNullObjectEnabled(String relationNoSuffix)
Is the handling of column null object enabled?
|
boolean |
isNonLimitMapping()
Does the mapping has non-limit of relation nest level?
|
boolean |
isNonSelectedNextConnectingRelation(String relationNoSuffix)
Does the relation non-connect to selected next relation?
|
boolean |
isNonSelectedRelation(String relationNoSuffix)
Is the relation (of current relation No suffix) non-selected?
|
boolean |
isNonSpecifiedColumnAccessAllowed(String relationNoSuffix)
Can the access to non-specified column be checked?
|
boolean |
isUndefinedClassificationSelectAllowed(String relationNoSuffix)
Is the selecting undefined classification code allowed?
|
boolean |
isUsingSpecifyColumnInRelation(String relationNoSuffix)
Does the relation use SpecifyColumn?
|
boolean isNonLimitMapping()
boolean isNonSelectedRelation(String relationNoSuffix)
relationNoSuffix - The suffix of relation No, same as foreign relation path. (NotNull)boolean isNonSelectedNextConnectingRelation(String relationNoSuffix)
relationNoSuffix - The suffix of relation No, same as foreign relation path. (NotNull)boolean canUseRelationCache(String relationNoSuffix)
relationNoSuffix - The suffix of relation no. e.g. _1_3 (NotNull)boolean isNonSpecifiedColumnAccessAllowed(String relationNoSuffix)
relationNoSuffix - The suffix of relation no. e.g. _1_3 (NotNull)boolean isUsingSpecifyColumnInRelation(String relationNoSuffix)
relationNoSuffix - The suffix of relation No, same as foreign relation path. (NotNull)Set<ColumnInfo> getRelationSpecifiedNullObjectColumnSet(String relationNoSuffix)
relationNoSuffix - The suffix of relation No, same as foreign relation path. (NotNull)boolean isUndefinedClassificationSelectAllowed(String relationNoSuffix)
relationNoSuffix - The suffix of relation No, same as foreign relation path. (NotNull)boolean isColumnNullObjectEnabled(String relationNoSuffix)
relationNoSuffix - The suffix of relation No, same as foreign relation path. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.