Package io.ebean.enhance.common
Class ClassMetaCache
java.lang.Object
io.ebean.enhance.common.ClassMetaCache
Cache of ClassMeta.
The fallbackCache part is designed to help with incremental compilation by holding
a copy of meta data for mapped superclass beans.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCache()getFallback(String className) intvoidvoidPut MappedSuperclass classMeta into the fallback cache.
-
Constructor Details
-
ClassMetaCache
public ClassMetaCache()
-
-
Method Details
-
get
-
put
-
getFallback
-
fallbackKeys
-
setFallback
Put MappedSuperclass classMeta into the fallback cache. -
getCache
-
getFallbackCache
-
getFallbackHits
-