ModelUtils

molecule.core.util.ModelUtils
trait ModelUtils

Attributes

Source
ModelUtils.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Action
class Delete
class Insert
class Query[Tpl]
class QueryCursor[Tpl]
class QueryOffset[Tpl]
class Save
class Update
trait ApiAsync
class UnpickleTpls[Tpl]
class PickleTpls
class Conn
class ResolveSave
trait FutureUtils
object InsertValidation.type
Show all

Members list

Value members

Concrete methods

protected def countValueAttrs(elements: List[Element]): Int

Attributes

Source
ModelUtils.scala
final def getAttrNames(elements: List[Element], attrs: Set[String]): Set[String]

Attributes

Source
ModelUtils.scala
final protected def getInitialNonGenericNs(elements: List[Element]): String

Attributes

Source
ModelUtils.scala
final protected def getInitialNs(elements: List[Element]): String

Attributes

Source
ModelUtils.scala
def isRefUpdate(elements: List[Element]): Boolean

Attributes

Source
ModelUtils.scala
protected def noKeywords(elements: List[Element], optProxy: Option[ConnProxy]): List[Element]

Attributes

Source
ModelUtils.scala