Interface SPGroupRepository

    • Method Detail

      • saveAndFlush

        SPGroup saveAndFlush​(SPGroup account)
        Description copied from interface: WithSaveAndFlush
        Saves the specified entity and then flushes the persistence context into the underlying data sources.
        Specified by:
        saveAndFlush in interface WithSaveAndFlush<SPGroup>
        Parameters:
        account - the entity to save.
        Returns:
        the saved entity.