|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.codegen.sql.extension.DataManipulation
public final class DataManipulation
This class encapsules the acces to the extension points of ch.sahits.codegen.sql.manipulation
| Constructor Summary | |
|---|---|
DataManipulation()
|
|
| Method Summary | |
|---|---|
static java.util.List<java.lang.String> |
getDataManipulationClasses()
Retrieve a list of all data manipulation classes that have an implementation supplied by an extension point. |
static BasicDataManipulator |
getManipulator(java.lang.String className)
Retrieve the BasicDataManipulator from the
extension point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataManipulation()
| Method Detail |
|---|
public static java.util.List<java.lang.String> getDataManipulationClasses()
public static BasicDataManipulator getManipulator(java.lang.String className)
BasicDataManipulator from the
extension point. I
className - name of the class (fully qualified)
BasicDataManipulator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||