Class AbstractSimilarityKeyComponentRepository<K extends Similar<K>,​C extends Component<K>,​F extends ComponentFactory<K,​C>>

  • Type Parameters:
    K - the key type
    C - the component type
    F - the factory type

    public abstract class AbstractSimilarityKeyComponentRepository<K extends Similar<K>,​C extends Component<K>,​F extends ComponentFactory<K,​C>>
    extends AbstractComponentRepository<K,​C,​F>
    Component repository for keys that can be similar and support for composite keys.