Uses of Interface
de.espirit.firstspirit.access.database.BasicEntityInfo
Packages that use BasicEntityInfo
Package
Description
-
Uses of BasicEntityInfo in de.espirit.firstspirit.store.access.nexport
Methods in de.espirit.firstspirit.store.access.nexport that return types with arguments of type BasicEntityInfoModifier and TypeMethodDescription@NotNull Collection<BasicEntityInfo> EntityTypeExportInfo.getEntities()Return a collection ofBasicEntityInfos. -
Uses of BasicEntityInfo in de.espirit.firstspirit.store.access.nexport.operations
Methods in de.espirit.firstspirit.store.access.nexport.operations that return types with arguments of type BasicEntityInfoModifier and TypeMethodDescription@NotNull Set<BasicEntityInfo> ImportOperation.Result.getCreatedEntities()Provides the set of newly created entities.@NotNull Set<BasicEntityInfo> ImportOperation.Result.getUpdatedEntities()Provides the set of updated entities.