Method | Description | |
---|---|---|
GuessType ( |
Guesses the type of the other end.
|
|
VisitAny ( |
Visits any.
|
|
VisitBelongsTo ( |
Visits the belongs to.
|
|
VisitCollectionID ( |
Visits the collection ID.
|
|
VisitCompositePrimaryKey ( |
Visits the composite primary key.
|
|
VisitCompositeUserType ( |
Visits the custom composite user type.
|
|
VisitDependentObject ( |
Visits the Dependent Object à
|
|
VisitField ( |
Visits the field.
|
|
VisitHasAndBelongsToMany ( |
Visits the has and belongs to many.
|
|
VisitHasMany ( |
Visits the has many.
|
|
VisitHasManyToAny ( |
Visits the has many to any.
|
|
VisitHasManyToAnyConfig ( |
Visits the has many to any config.
|
|
VisitHilo ( Castle.ActiveRecord.Framework.Internal.HiloModel model ) : void |
Visits the hilo.
|
|
VisitImport ( |
Visits the import.
|
|
VisitKey ( |
Visits the key.
|
|
VisitModel ( |
Visits the model.
|
|
VisitNested ( Castle.ActiveRecord.Framework.Internal.NestedModel model ) : void |
Visits the nested.
|
|
VisitNestedParentReference ( |
Visits the component parent
|
|
VisitNode ( IVisitable visitable ) : void |
Visits the node.
|
|
VisitNodes ( IEnumerable nodes ) : void |
Visits the nodes.
|
|
VisitOneToOne ( Castle.ActiveRecord.Framework.Internal.OneToOneModel model ) : void |
Visits the one to one.
|
|
VisitPrimaryKey ( |
Visits the primary key.
|
|
VisitProperty ( |
Visits the property.
|
|
VisitTimestamp ( |
Visits the timestamp.
|
|
VisitVersion ( |
Visits the version.
|
public static GuessType ( |
||
type | The type. | |
propertyType | Type of the property. | |
return |
public VisitAny ( |
||
model | The model. | |
return | void |
public VisitBelongsTo ( |
||
model | The model. | |
return | void |
public VisitCollectionID ( |
||
model | The model. | |
return | void |
public VisitCompositePrimaryKey ( |
||
model | The model. | |
return | void |
public VisitCompositeUserType ( |
||
model | The model. | |
return | void |
public VisitDependentObject ( |
||
model | The model | |
return | void |
public VisitField ( |
||
model | The model. | |
return | void |
public VisitHasAndBelongsToMany ( |
||
model | The model. | |
return | void |
public VisitHasMany ( |
||
model | The model. | |
return | void |
public VisitHasManyToAny ( |
||
model | The model. | |
return | void |
public VisitHasManyToAnyConfig ( |
||
hasManyToAnyConfigModel | The has many to any config model. | |
return | void |
public VisitHilo ( Castle.ActiveRecord.Framework.Internal.HiloModel model ) : void | ||
model | Castle.ActiveRecord.Framework.Internal.HiloModel | The model. |
return | void |
public VisitImport ( |
||
model | The model. | |
return | void |
public VisitKey ( |
||
model | The model. | |
return | void |
public VisitModel ( |
||
model | The model. | |
return | void |
public VisitNested ( Castle.ActiveRecord.Framework.Internal.NestedModel model ) : void | ||
model | Castle.ActiveRecord.Framework.Internal.NestedModel | The model. |
return | void |
public VisitNestedParentReference ( |
||
referenceModel | The model. | |
return | void |
public VisitNode ( IVisitable visitable ) : void | ||
visitable | IVisitable | The visitable. |
return | void |
public VisitNodes ( IEnumerable nodes ) : void | ||
nodes | IEnumerable | The nodes. |
return | void |
public VisitOneToOne ( Castle.ActiveRecord.Framework.Internal.OneToOneModel model ) : void | ||
model | Castle.ActiveRecord.Framework.Internal.OneToOneModel | The model. |
return | void |
public VisitPrimaryKey ( |
||
model | The model. | |
return | void |
public VisitProperty ( |
||
model | The model. | |
return | void |
public VisitTimestamp ( |
||
model | The model. | |
return | void |
public VisitVersion ( |
||
model | The model. | |
return | void |