Uses of Interface
com.smeup.kokos.sdk.entity.model.EntityInterface
Packages that use EntityInterface
Package
Description
-
Uses of EntityInterface in com.smeup.kokos.sdk.entity
Classes in com.smeup.kokos.sdk.entity with type parameters of type EntityInterfaceModifier and TypeClassDescriptionclassEntityManager<T extends EntityInterface>classEntityRegistryEntry<T extends EntityInterface>Define the single element of EntityRegistryMethods in com.smeup.kokos.sdk.entity with type parameters of type EntityInterfaceModifier and TypeMethodDescription<T extends EntityInterface>
voidEntityRegistry.register(String entityRule, T entity, EntityRepository<T> repository) Methods in com.smeup.kokos.sdk.entity that return types with arguments of type EntityInterfaceModifier and TypeMethodDescriptionMap<String, EntityRegistryEntry<? extends EntityInterface>> EntityRegistry.getRegistry()EntityRegistryEntry<? extends EntityInterface> EntityRegistry.getRegistryEntry(String entityClass) -
Uses of EntityInterface in com.smeup.kokos.sdk.entity.engine
Classes in com.smeup.kokos.sdk.entity.engine with type parameters of type EntityInterfaceModifier and TypeClassDescriptionclassInMemoryQueryEngine<T extends EntityInterface>This class define the engine that performs query in memory -
Uses of EntityInterface in com.smeup.kokos.sdk.entity.model
Classes in com.smeup.kokos.sdk.entity.model that implement EntityInterface -
Uses of EntityInterface in com.smeup.kokos.sdk.entity.repository
Classes in com.smeup.kokos.sdk.entity.repository with type parameters of type EntityInterfaceModifier and TypeInterfaceDescriptioninterfaceEntityRepository<T extends EntityInterface>The interface of generic repository for entities.Methods in com.smeup.kokos.sdk.entity.repository with type parameters of type EntityInterfaceModifier and TypeMethodDescriptionstatic <T extends EntityInterface>
voidEntityMerger.mergeForUpdate(EntityRepositoryContext context, String id, T target, T source, UpdateStrategy strategy) -
Uses of EntityInterface in com.smeup.kokos.sdk.model
Classes in com.smeup.kokos.sdk.model that implement EntityInterfaceModifier and TypeClassDescriptionclassRepresents a generic object in the Kokos system, with properties for code, description, and definition file path.