Method | Description | |
---|---|---|
Add ( IEncogPersistor persistor ) : void |
Add a persistor.
|
|
GetPersistor ( String name ) : IEncogPersistor |
Get the persistor by name.
|
|
GetPersistor ( |
Get a persistor.
|
Method | Description | |
---|---|---|
PersistorRegistry ( ) : System |
Construct the object.
|
public Add ( IEncogPersistor persistor ) : void | ||
persistor | IEncogPersistor | The persistor to add. |
return | void |
public GetPersistor ( String name ) : IEncogPersistor | ||
name | String | The name of the persistor. |
return | IEncogPersistor |
public GetPersistor ( |
||
clazz | The class to get the persistor for. | |
return | IEncogPersistor |