Schnittstelle IEntityFieldExtractor<E extends IEntity,F extends IField>

Typparameter:
E - is the type of the IEntitys a IEntityFieldExtractor can extract IFields from.
F - is the type of the IFields of the IEntitys a IEntityFieldExtractor can extract.
Alle bekannten Implementierungsklassen:
EntityFieldExtractor

public interface IEntityFieldExtractor<E extends IEntity,F extends IField>
Version:
2025-02-01
Autor:
Silvan Wyss
  • Methodendetails

    • extractStoredFieldsFromEntity

      IContainer<F> extractStoredFieldsFromEntity(E entity)
      Parameter:
      entity -
      Gibt zurück:
      the IFields from the given entity.