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 Summary
Modifier and TypeMethodDescriptionMap<?,?> createJpaMap(int size) Creates a map for the JPA model.Methods inherited from interface com.blazebit.persistence.view.MapInstantiator
createMap, createRecordingMap
-
Method Details
-
createJpaMap
Creates a map for the JPA model.- Parameters:
size- The size estimate- Returns:
- the map
-