| Package | Description |
|---|---|
| org.babyfish.model.spi | |
| org.babyfish.model.spi.association |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectModelImpl |
| Modifier and Type | Method and Description |
|---|---|
ObjectModel |
ObjectModelProvider.objectModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
ObjectModel.compareScalar(int scalarPropertyId,
StringComparatorType stringComparatorType,
NullComparatorType nullComparatorType,
ObjectModel other) |
boolean |
ObjectModel.equalsScalar(int scalarPropertyId,
StringComparatorType stringComparatorType,
ObjectModel other) |
void |
ScalarBatchLoadingExecutor.prepareLoad(ObjectModel objectModel,
int... scalarPropertyIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectModel.batchLoad(Iterable<ObjectModel> objectModels,
int[] propertyIds) |
void |
AbstractObjectModelImpl.batchLoad(Iterable<ObjectModel> objectModels,
int[] propertyIds) |
void |
ScalarLoader.load(Collection<ObjectModel> objectModels,
int[] propertyIds) |
| Constructor and Description |
|---|
AssociatedIndexedReference(ObjectModel objectModel,
int propertyId) |
AssociatedKeyedReference(ObjectModel objectModel,
int propertyId) |
AssociatedList(ObjectModel objectModel,
int propertyId) |
AssociatedNavigableMap(ObjectModel objectModel,
int propertyId) |
AssociatedNavigableSet(ObjectModel objectModel,
int propertyId) |
AssociatedOrderedMap(ObjectModel objectModel,
int propertyId) |
AssociatedOrderedSet(ObjectModel objectModel,
int propertyId) |
AssociatedReference(ObjectModel objectModel,
int propertyId) |
Copyright © 2016. All rights reserved.