Searched refs:entityMap (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DAnnotationModel.java49 private Map<String,EntityInfo> entityMap; field in class:AnnotationModel
57 entityMap = new HashMap<String,EntityInfo>();
73 EntityInfo info = entityMap.get(className);
342 EntityInfo info = entityMap.get(entityClass);
345 entityMap.put(entityClass, info);

Completed in 84 milliseconds