Interface IEntityFieldExtractor<E extends IEntity, F extends IField>

Type Parameters:
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.
All Known Implementing Classes:
EntityFieldExtractor

public interface IEntityFieldExtractor<E extends IEntity, F extends IField>
Author:
Silvan Wyss
  • Method Details

    • extractStoredFieldsFromEntity

      IContainer<F> extractStoredFieldsFromEntity(E entity)
      Parameters:
      entity -
      Returns:
      the IFields from the given entity.