Interface MapInstantiatorImplementor<C extends Map<?,​?>,​R extends RecordingMap<C,​?,​?>>

All Superinterfaces:
MapInstantiator<C,​R>
All Known Implementing Classes:
AbstractMapInstantiator, OrderedMapInstantiator, SortedMapInstantiator, UnorderedMapInstantiator

public interface MapInstantiatorImplementor<C extends Map<?,​?>,​R extends RecordingMap<C,​?,​?>>
extends MapInstantiator<C,​R>
Since:
1.2.0
Author:
Christian Beikov
  • Method Details

    • createJpaMap

      Map<?,​?> createJpaMap​(int size)
      Creates a map for the JPA model.
      Parameters:
      size - The size estimate
      Returns:
      the map