TableConfig

org.beangle.db.transport.Config.TableConfig
See theTableConfig companion object
final class TableConfig extends DataflowConfig

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def buildNameFilter(): NameFilter

Attributes

Inherited from:
DataflowConfig
def getWhere(r: Relation): Option[String]

Attributes

Inherited from:
DataflowConfig

Concrete fields

var withConstraint: Boolean
var withIndex: Boolean

Inherited fields

var excludes: Seq[String]

Attributes

Inherited from:
DataflowConfig
var includes: Seq[String]

Attributes

Inherited from:
DataflowConfig
var lowercase: Option[Boolean]

Attributes

Inherited from:
DataflowConfig
var wheres: Map[String, String]

Attributes

Inherited from:
DataflowConfig