public class PojoCache extends Object
| Constructor and Description |
|---|
PojoCache() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addPojoClass(String name,
PojoClass pojoClass)
Add a PojoClass definition to the Cache.
|
static void |
clear()
This method will clear the cache, which is only needed when testing.
|
static PojoClass |
getPojoClass(String name)
Retrieve an implementation from Cache.
|
public static PojoClass getPojoClass(String name)
name - Fully Qualified Class Name.public static void addPojoClass(String name, PojoClass pojoClass)
name - Fully Qualified Class Name.pojoClass - The entry to add to the cache.public static void clear()
Copyright © 2010-2016. All Rights Reserved.