Uses of Interface
ch.nolix.systemapi.objectdata.model.BaseReference
Packages that use BaseReference
Package
Description
-
Uses of BaseReference in ch.nolix.system.objectdata.fieldexaminer
Methods in ch.nolix.system.objectdata.fieldexaminer with parameters of type BaseReferenceModifier and TypeMethodDescriptionbooleanAbstractFieldExaminer.canReferenceBackBaseReference(F field, BaseReference baseReference) -
Uses of BaseReference in ch.nolix.system.objectdata.model
Classes in ch.nolix.system.objectdata.model that implement BaseReferenceModifier and TypeClassDescriptionclassAbstractBaseReference<E extends IEntity>final classMultiReference<E extends IEntity>final classOptionalReference<E extends IEntity>final classMethods in ch.nolix.system.objectdata.model that return types with arguments of type BaseReferenceModifier and TypeMethodDescriptionfinal ExtendedIterable<BaseReference> AbstractBaseReference.getStoredBackReferencedBaseReferences()final ExtendedIterable<BaseReference> AbstractBaseValueField.getStoredBackReferencedBaseReferences()BackReference.getStoredBackReferencedBaseReferences()MultiBackReference.getStoredBackReferencedBaseReferences()OptionalBackReference.getStoredBackReferencedBaseReferences()Methods in ch.nolix.system.objectdata.model with parameters of type BaseReferenceModifier and TypeMethodDescriptionstatic <E extends IEntity>
voidBaseReferenceUpdater.ofBaseReferenceUpdatePotentialBaseBackReferenceForAddOrSetEntity(BaseReference baseReference, E entity) -
Uses of BaseReference in ch.nolix.system.objectdata.modelsearcher
Methods in ch.nolix.system.objectdata.modelsearcher that return types with arguments of type BaseReferenceModifier and TypeMethodDescriptionEntitySearcher.getStoredFieldsWhoAreBackReferencedFromEntity(IEntity entity) Methods in ch.nolix.system.objectdata.modelsearcher with parameters of type BaseReferenceModifier and TypeMethodDescriptionEntitySearcher.getOptionalStoredBaseBackReferenceWhoCanBackReferenceTheBaseReference(IEntity entity, BaseReference baseReference) -
Uses of BaseReference in ch.nolix.systemapi.objectdata.fieldexaminer
Methods in ch.nolix.systemapi.objectdata.fieldexaminer with parameters of type BaseReferenceModifier and TypeMethodDescriptionbooleanIFieldExaminer.canReferenceBackBaseReference(F field, BaseReference baseReference) -
Uses of BaseReference in ch.nolix.systemapi.objectdata.model
Subinterfaces of BaseReference in ch.nolix.systemapi.objectdata.modelModifier and TypeInterfaceDescriptioninterfaceIMultiReference<E extends IEntity>interfaceIOptionalReference<E extends IEntity>interfaceIReference<E extends IEntity>Methods in ch.nolix.systemapi.objectdata.model that return types with arguments of type BaseReferenceModifier and TypeMethodDescription -
Uses of BaseReference in ch.nolix.systemapi.objectdata.modelsearcher
Methods in ch.nolix.systemapi.objectdata.modelsearcher that return types with arguments of type BaseReferenceModifier and TypeMethodDescriptionIEntitySearcher.getStoredFieldsWhoAreBackReferencedFromEntity(IEntity entity) Methods in ch.nolix.systemapi.objectdata.modelsearcher with parameters of type BaseReferenceModifier and TypeMethodDescriptionIEntitySearcher.getOptionalStoredBaseBackReferenceWhoCanBackReferenceTheBaseReference(IEntity entity, BaseReference baseReference)