Package org.apache.wayang.genericjdbc
Class GenericJdbc
- java.lang.Object
-
- org.apache.wayang.genericjdbc.GenericJdbc
-
public class GenericJdbc extends java.lang.Object
Register for relevant components of this module.
-
-
Constructor Summary
Constructors Constructor Description GenericJdbc()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GenericJdbcConversionsPlugin
conversionPlugin()
Retrieve theGenericJdbcConversionsPlugin
.static GenericJdbcPlatform
platform()
Retrieve theGenericJdbcPlatform
.static GenericJdbcPlugin
plugin()
Retrieve theGenericJdbcPlugin
.
-
-
-
Method Detail
-
plugin
public static GenericJdbcPlugin plugin()
Retrieve theGenericJdbcPlugin
.- Returns:
- the
GenericJdbcPlugin
-
conversionPlugin
public static GenericJdbcConversionsPlugin conversionPlugin()
Retrieve theGenericJdbcConversionsPlugin
.- Returns:
- the
GenericJdbcConversionsPlugin
-
platform
public static GenericJdbcPlatform platform()
Retrieve theGenericJdbcPlatform
.- Returns:
- the
GenericJdbcPlatform
-
-