Interface CustomizedCommonApplicationRepository<D extends Trackable>

  • All Known Subinterfaces:
    CommonApplicationRepository<D>

    public interface CustomizedCommonApplicationRepository<D extends Trackable>
    Advanced functionality related to catalog maintenance and maintenance of application discriminated entities.
    Author:
    Jon Fleschler
    • Method Detail

      • findByIdentifierValueAndIdentifierType

        Optional<D> findByIdentifierValueAndIdentifierType​(String identifierValue,
                                                           String identifierType)
        Find an Application by its identifier value and type
        Parameters:
        identifierValue - the value to look for
        identifierType - the type of identifier
        Returns:
        an optional containing the application that matches the identifier value