Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setupReferences (0.21 sec)

  1. callbacks/associations.go

    			// Save Belongs To associations
    			for _, rel := range db.Statement.Schema.Relationships.BelongsTo {
    				if v, ok := selectColumns[rel.Name]; (ok && !v) || (!ok && restricted) {
    					continue
    				}
    
    				setupReferences := func(obj reflect.Value, elem reflect.Value) {
    					for _, ref := range rel.References {
    						if !ref.OwnPrimaryKey {
    							pv, _ := ref.PrimaryKey.ValueOf(db.Statement.Context, elem)
    Go
    - Registered: Sun Apr 21 09:35:09 GMT 2024
    - Last Modified: Tue Apr 11 03:06:13 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    suite; private static java.util.Properties fPreferences; static int fgMaxMessageLength; static boolean fgFilterStack; boolean fLoading; public void BaseTestRunner(); public synchronized void startTest(junit.framework.Test); protected static void setPreferences(java.util.Properties); protected static java.util.Properties getPreferences(); public static void savePreferences() throws java.io.IOException; public static void setPreference(String, String); public synchronized void endTest(junit.framework.Test);...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
Back to top