Package org.openmetadata.service.jdbi3
Interface CollectionDAO.FieldRelationshipDAO
- Enclosing interface:
- CollectionDAO
public static interface CollectionDAO.FieldRelationshipDAO
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionvoiddefault voiddeleteAllByPrefix(String fqn) voiddeleteAllByPrefixInternal(String cond, Map<String, String> bindings) voidinsert(String fromFQNHash, String toFQNHash, String fromFQN, String toFQN, String fromType, String toType, int relation, String json) listBidirectional(String fqnHash, String type, String otherType, int relation) listBidirectionalByPrefix(String fqnPrefixHash, String type, String otherType, int relation) listToByPrefix(String fqnPrefixHash, String fromType, String toType, int relation) migrationListDistinctWithOffset(int limit) Deprecated.voidupsert(String fromFQNHash, String toFQNHash, String fromFQN, String toFQN, String fromType, String toType, int relation, String jsonSchema, String json)
-
Method Details
-
insert
-
upsert
-
find
-
findFrom
-
listToByPrefix
-
migrationListDistinctWithOffset
@Deprecated(since="Release 1.1") List<org.apache.commons.lang3.tuple.Pair<String,String>> migrationListDistinctWithOffset(int limit) Deprecated. -
listBidirectional
-
listBidirectionalByPrefix
-
deleteAllByPrefix
-
deleteAllByPrefixInternal
-
delete
-