Package org.apache.wayang.jdbc.channels
Class SqlQueryChannel.Descriptor
- java.lang.Object
-
- org.apache.wayang.core.platform.ChannelDescriptor
-
- org.apache.wayang.jdbc.channels.SqlQueryChannel.Descriptor
-
- Enclosing class:
- SqlQueryChannel
public static class SqlQueryChannel.Descriptor extends ChannelDescriptor
Describes a specific class ofSqlQueryChannel
s belonging to a certainJdbcPlatformTemplate
.
-
-
Constructor Summary
Constructors Constructor Description Descriptor(JdbcPlatformTemplate platform)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-
Methods inherited from class org.apache.wayang.core.platform.ChannelDescriptor
createChannel, getChannelClass, isReusable, isSuitableForBreakpoint, toString
-
-
-
-
Constructor Detail
-
Descriptor
public Descriptor(JdbcPlatformTemplate platform)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classChannelDescriptor
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classChannelDescriptor
-
-