Interface FullEntityViewRepository<E,​V,​PK extends Serializable>

  • Type Parameters:
    E - Entity type.
    V - Entity view type.
    PK - Id type.
    All Superinterfaces:
    org.apache.deltaspike.data.api.criteria.CriteriaSupport<E>, org.apache.deltaspike.core.spi.activation.Deactivatable, EntityViewRepository<E,​V,​PK>

    public interface FullEntityViewRepository<E,​V,​PK extends Serializable>
    extends EntityViewRepository<E,​V,​PK>, org.apache.deltaspike.data.api.criteria.CriteriaSupport<E>
    Interface that supports EntityViewRepository and CriteriaSupport capabilities.
    Since:
    1.2.0
    Author:
    Moritz Becker