public final class RelationWith extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RelationWith.Ids |
static class |
RelationWith.Properties |
static class |
RelationWith.SourceOfType |
static class |
RelationWith.SourceOrTargetOfType |
static class |
RelationWith.TargetOfType |
| Modifier and Type | Method and Description |
|---|---|
static RelationWith.Ids |
id(String id) |
static RelationWith.Ids |
ids(String... ids) |
static RelationWith.Properties |
name(String value) |
static RelationWith.Properties |
names(String... values) |
static RelationWith.Properties |
properties(String property,
String... values) |
static RelationWith.Properties |
property(String property,
String value) |
static RelationWith.SourceOfType |
sourceOfType(Class<? extends Entity> type) |
static RelationWith.SourceOfType |
sourcesOfTypes(Class<? extends Entity>... types) |
static RelationWith.TargetOfType |
targetOfType(Class<? extends Entity> type) |
static RelationWith.TargetOfType |
targetsOfTypes(Class<? extends Entity>... types) |
public static RelationWith.Ids id(String id)
public static RelationWith.Ids ids(String... ids)
public static RelationWith.Properties property(String property, String value)
@SafeVarargs public static RelationWith.Properties properties(String property, String... values)
public static RelationWith.Properties name(String value)
@SafeVarargs public static RelationWith.Properties names(String... values)
@SafeVarargs public static RelationWith.SourceOfType sourcesOfTypes(Class<? extends Entity>... types)
public static RelationWith.SourceOfType sourceOfType(Class<? extends Entity> type)
@SafeVarargs public static RelationWith.TargetOfType targetsOfTypes(Class<? extends Entity>... types)
public static RelationWith.TargetOfType targetOfType(Class<? extends Entity> type)
Copyright © 2015 Red Hat, Inc.. All rights reserved.