Class EntityPostFetchListEvent<E>

  • All Implemented Interfaces:
    org.springframework.core.ResolvableTypeProvider

    public class EntityPostFetchListEvent<E>
    extends EntityCRUDEvent<E>
    • Constructor Detail

      • EntityPostFetchListEvent

        public EntityPostFetchListEvent​(java.lang.String serviceId,
                                        java.lang.Class<E> entityClass,
                                        org.springframework.data.domain.Page<E> results)
    • Method Detail

      • getResults

        public org.springframework.data.domain.Page<E> getResults()