public final class RelationWith extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RelationWith.Ids |
static class |
RelationWith.PropertyValues |
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.PropertyValues |
name(String value) |
static RelationWith.PropertyValues |
names(String... values) |
static RelationWith.PropertyValues |
property(String property) |
static RelationWith.PropertyValues |
propertyValue(String property,
Object value) |
static RelationWith.PropertyValues |
propertyValues(String property,
Object... values) |
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.PropertyValues property(String property)
public static RelationWith.PropertyValues propertyValue(String property, Object value)
@SafeVarargs public static RelationWith.PropertyValues propertyValues(String property, Object... values)
public static RelationWith.PropertyValues name(String value)
@SafeVarargs public static RelationWith.PropertyValues 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.