Package | Description |
---|---|
net.ko.kobject |
Classes de base mapping
|
Modifier and Type | Class and Description |
---|---|
class |
KConstraintBelongsTo |
class |
KConstraintHasAndBelongsToMany |
class |
KConstraintHasMany |
class |
KConstraintHasManyBelongsTo |
Modifier and Type | Method and Description |
---|---|
KConstraint |
KListConstraint.get(int index) |
KConstraint |
KListConstraint.getConstraint(java.lang.String member) |
KConstraint |
KListConstraint.getConstraint(java.lang.String member,
java.lang.Class constraintClass) |
KConstraint |
KConstraint.setAutoUpdate(boolean autoUpdate) |
KConstraint |
KConstraint.setDepth(int depth) |
KConstraint |
KConstraint.setLazy(boolean lazy) |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<KConstraint> |
KListConstraint.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
KListConstraint.add(KConstraint constraint) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
KListConstraint.getMember(java.lang.Class<? extends KObject> clazz,
java.lang.Class<? extends KConstraint> constraintClass) |
void |
KListConstraint.preload(MapArrayString<KConstraint> membersKeys) |
void |
KConstraint.preload(MapArrayString<KConstraint> membersKeys) |