| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.persistence.db
|
Class DbCRUDKeeperFactory
|
|
+--com.newstep.solid.persistence.db.DbCRUDKeeperFactory
public class DbCRUDKeeperFactory
Links:
Generalization Generalization Link
| Template Parameters |
| Class20 |
T |
| Class20 |
T |
| Nested Class Summary |
Final class |
|
Final class |
|
| Field Summary |
private final static String |
|
private final static Logger |
|
| Method Summary |
|
|
|
|
public static List |
|
private static boolean |
|
| Template Parameter Detail |
| Template Parameter Summary |
Parameter Metaclass:
Class20
Final.
Custom properties
templateParameterString:
T
| Template Parameter Summary |
Parameter Metaclass:
Class20
Final.
Custom properties
templateParameterString:
T
private final static String className
Final.
Multiplicity:
1
Static.
private final static Logger logger
Final.
Multiplicity:
1
Static.
cycles through the schema config to find and build a typed CRUD keeper.
Parameters:
the type of bean to keeper mapped
config
beanClass
Return:
A typed CRUD keeper
Static.
Throws:
PersistenceException
Creates a typed keeper, from a keeper configuration.
Parameters:
- the type of keeper
config
type
Return:
CRUDKeeper
Static.
Throws:
PersistenceException
Returns a list of keepers from a schema configuration.
Parameters:
config
Return:
list of CRUD Keepers
Static.
Throws:
PersistenceException
private static boolean isEmpty (String str)
Static.
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|