EntityFieldManyToMany.this

Undocumented in source.
  1. this(EntityManager manager, string fieldName, string primaryKey, string tableName, ManyToMany mode, F owner, bool isMainMapped)
    class EntityFieldManyToMany(T : Object, F : Object = T, string MAPPEDBY = "")
    this
    (
    EntityManager manager
    ,
    string fieldName
    ,
    string primaryKey
    ,
    string tableName
    ,
    ManyToMany mode
    ,,)
  2. this(EntityManager manager, string fieldName, string primaryKey, string tableName, ManyToMany mode, F owner, bool isMainMapped, JoinTable joinTable, JoinColumn jc, InverseJoinColumn ijc)

Meta