Interface IMultiBackReference<E extends IEntity>
- Type Parameters:
E- the type of theIEntitys aIMultiBackReferencecan reference back.
- All Superinterfaces:
CloseStateRequestable, CreationRequestable, DatabaseComponent<IDatabase>, DatabaseConnectionRequestable, DatabaseObject, DeletionRequestable, EditingRequestable, EmptinessRequestable, EntityComponent<IEntity>, IBaseBackReference, IField, Iterable<E>, LoadingRequestable, MandatorynessRequestable, NameHolder, StateRequestable<DatabaseObjectState>, TableComponent<ITable<? extends IEntity>>
- All Known Implementing Classes:
MultiBackReference
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionExtendedIterable<? extends IMultiBackReferenceEntry<E>> booleanMethods inherited from interface CloseStateRequestable
isClosed, isOpenMethods inherited from interface CreationRequestable
isNewMethods inherited from interface DatabaseComponent
belongsToDatabase, getStoredParentDatabaseMethods inherited from interface DatabaseConnectionRequestable
isConnectedWithRealDatabaseMethods inherited from interface DeletionRequestable
isDeletedMethods inherited from interface EditingRequestable
isEditedMethods inherited from interface EmptinessRequestable
containsAny, isEmptyMethods inherited from interface EntityComponent
belongsToEntity, getStoredParentEntityMethods inherited from interface IBaseBackReference
getBackReferenceableTableNames, getBackReferencedFieldNameMethods inherited from interface IField
getStoredBackReferencedBaseReferences, getStoredBaseBackReferencesWhoReferencesBackThis, getStoredParentColumn, getType, internalSetNullableValue, knowsParentColumn, referencesBackEntity, referencesBackEntityWithId, referencesBackField, referencesEntity, referencesUninsertedEntity, setUpdateActionMethods inherited from interface Iterable
forEach, iterator, spliteratorMethods inherited from interface LoadingRequestable
isLoadedMethods inherited from interface MandatorynessRequestable
isMandatory, isOptionalMethods inherited from interface NameHolder
getName, getNameInSingleQuotes, hasName, hasSameNameAsMethods inherited from interface StateRequestable
getStateMethods inherited from interface TableComponent
belongsToTable, getStoredParentTable
-
Method Details
-
getAllBackReferencedEntityIds
ExtendedIterable<String> getAllBackReferencedEntityIds() -
getAllStoredBackReferencedEntities
ExtendedIterable<E> getAllStoredBackReferencedEntities() -
getStoredNewAndDeletedEntries
ExtendedIterable<? extends IMultiBackReferenceEntry<E>> getStoredNewAndDeletedEntries() -
loadedAllPersistedReferencedEntityIds
boolean loadedAllPersistedReferencedEntityIds()
-