Uses of Interface
ch.nolix.systemapi.objectdata.model.IBaseReference
Packages that use IBaseReference
Package
Description
-
Uses of IBaseReference in ch.nolix.system.objectdata.fieldexaminer
Methods in ch.nolix.system.objectdata.fieldexaminer with parameters of type IBaseReferenceModifier and TypeMethodDescriptionbooleanFieldExaminer.canReferenceBackBaseReference(IField field, IBaseReference baseReference) -
Uses of IBaseReference in ch.nolix.system.objectdata.model
Classes in ch.nolix.system.objectdata.model that implement IBaseReferenceModifier 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 IBaseReferenceModifier and TypeMethodDescriptionfinal IContainer<IBaseReference> AbstractBaseReference.getStoredBackReferencedBaseReferences()final IContainer<IBaseReference> AbstractBaseValueField.getStoredBackReferencedBaseReferences()BackReference.getStoredBackReferencedBaseReferences()MultiBackReference.getStoredBackReferencedBaseReferences()OptionalBackReference.getStoredBackReferencedBaseReferences()Methods in ch.nolix.system.objectdata.model with parameters of type IBaseReferenceModifier and TypeMethodDescriptionstatic <E extends IEntity>
voidBaseReferenceUpdater.ofBaseReferenceUpdatePotentialBaseBackReferenceForAddOrSetEntity(IBaseReference baseReference, E entity) -
Uses of IBaseReference in ch.nolix.system.objectdata.modelsearcher
Methods in ch.nolix.system.objectdata.modelsearcher that return types with arguments of type IBaseReferenceModifier and TypeMethodDescriptionEntitySearcher.getStoredFieldsWhoAreBackReferencedFromEntity(IEntity entity) Methods in ch.nolix.system.objectdata.modelsearcher with parameters of type IBaseReferenceModifier and TypeMethodDescriptionEntitySearcher.getOptionalStoredBaseBackReferenceWhoCanBackReferenceTheBaseReference(IEntity entity, IBaseReference baseReference) -
Uses of IBaseReference in ch.nolix.systemapi.objectdata.fieldexaminer
Methods in ch.nolix.systemapi.objectdata.fieldexaminer with parameters of type IBaseReferenceModifier and TypeMethodDescriptionbooleanIFieldExaminer.canReferenceBackBaseReference(IField field, IBaseReference baseReference) -
Uses of IBaseReference in ch.nolix.systemapi.objectdata.model
Subinterfaces of IBaseReference 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 IBaseReferenceModifier and TypeMethodDescription -
Uses of IBaseReference in ch.nolix.systemapi.objectdata.modelsearcher
Methods in ch.nolix.systemapi.objectdata.modelsearcher that return types with arguments of type IBaseReferenceModifier and TypeMethodDescriptionIEntitySearcher.getStoredFieldsWhoAreBackReferencedFromEntity(IEntity entity) Methods in ch.nolix.systemapi.objectdata.modelsearcher with parameters of type IBaseReferenceModifier and TypeMethodDescriptionIEntitySearcher.getOptionalStoredBaseBackReferenceWhoCanBackReferenceTheBaseReference(IEntity entity, IBaseReference baseReference)