public class PojoCache
extends java.lang.Object
| Constructor and Description |
|---|
PojoCache() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addPojoClass(java.lang.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(java.lang.String name)
Retrieve an implementation from Cache.
|
public static PojoClass getPojoClass(java.lang.String name)
name - Fully Qualified Class Name.public static void addPojoClass(java.lang.String name,
PojoClass pojoClass)
name - Fully Qualified Class Name.pojoClass - The entry to add to the cache.public static void clear()
Copyright © 2010-2015. All Rights Reserved.