You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exposed-dao/api/exposed-dao.api
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -171,10 +171,10 @@ public abstract class org/jetbrains/exposed/v1/dao/EntityClass {
171
171
protected fun warmCache ()Lorg/jetbrains/exposed/v1/dao/EntityCache;
172
172
public final fun warmUpLinkedReferences (Ljava/util/List;Lorg/jetbrains/exposed/v1/core/Table;Ljava/lang/Boolean;Z)Ljava/util/List;
173
173
public static synthetic fun warmUpLinkedReferences$default (Lorg/jetbrains/exposed/v1/dao/EntityClass;Ljava/util/List;Lorg/jetbrains/exposed/v1/core/Table;Ljava/lang/Boolean;ZILjava/lang/Object;)Ljava/util/List;
174
-
public final fun warmUpOptReferences (Ljava/util/List;Lorg/jetbrains/exposed/v1/core/Column;Ljava/lang/Boolean;)Ljava/util/List;
175
-
public static synthetic fun warmUpOptReferences$default (Lorg/jetbrains/exposed/v1/dao/EntityClass;Ljava/util/List;Lorg/jetbrains/exposed/v1/core/Column;Ljava/lang/Boolean;ILjava/lang/Object;)Ljava/util/List;
176
-
public final fun warmUpReferences (Ljava/util/List;Lorg/jetbrains/exposed/v1/core/Column;Ljava/lang/Boolean;)Ljava/util/List;
177
-
public static synthetic fun warmUpReferences$default (Lorg/jetbrains/exposed/v1/dao/EntityClass;Ljava/util/List;Lorg/jetbrains/exposed/v1/core/Column;Ljava/lang/Boolean;ILjava/lang/Object;)Ljava/util/List;
174
+
public final fun warmUpOptReferences (Ljava/util/List;Lorg/jetbrains/exposed/v1/core/Column;Ljava/lang/Boolean;[Lkotlin/Pair;)Ljava/util/List;
175
+
public static synthetic fun warmUpOptReferences$default (Lorg/jetbrains/exposed/v1/dao/EntityClass;Ljava/util/List;Lorg/jetbrains/exposed/v1/core/Column;Ljava/lang/Boolean;[Lkotlin/Pair;ILjava/lang/Object;)Ljava/util/List;
176
+
public final fun warmUpReferences (Ljava/util/List;Lorg/jetbrains/exposed/v1/core/Column;Ljava/lang/Boolean;[Lkotlin/Pair;)Ljava/util/List;
177
+
public static synthetic fun warmUpReferences$default (Lorg/jetbrains/exposed/v1/dao/EntityClass;Ljava/util/List;Lorg/jetbrains/exposed/v1/core/Column;Ljava/lang/Boolean;[Lkotlin/Pair;ILjava/lang/Object;)Ljava/util/List;
178
178
public final fun wrap (Lorg/jetbrains/exposed/v1/core/dao/id/EntityID;Lorg/jetbrains/exposed/v1/core/ResultRow;)Lorg/jetbrains/exposed/v1/dao/Entity;
179
179
public final fun wrapRow (Lorg/jetbrains/exposed/v1/core/ResultRow;)Lorg/jetbrains/exposed/v1/dao/Entity;
180
180
public final fun wrapRow (Lorg/jetbrains/exposed/v1/core/ResultRow;Lorg/jetbrains/exposed/v1/core/Alias;)Lorg/jetbrains/exposed/v1/dao/Entity;
0 commit comments