Package | Description |
---|---|
org.drools.core.metadata |
Modifier and Type | Interface and Description |
---|---|
interface |
ManyToManyValuedMetaProperty<T,R,C extends Collection<R>,D extends Collection<T>> |
interface |
OneToManyValuedMetaProperty<T,R,C extends Collection<R>> |
Modifier and Type | Class and Description |
---|---|
class |
ManyToManyPropertyLiteral<T,R> |
class |
OneToManyPropertyLiteral<T,R> |
class |
ToManyPropertyLiteral<T,R> |
Modifier and Type | Method and Description |
---|---|
ManyValuedMetaProperty<T,R,Collection<R>> |
ToOnePropertyLiteral.asManyValuedProperty() |
ManyValuedMetaProperty<T,R,List<R>> |
ToManyPropertyLiteral.asManyValuedProperty() |
ManyValuedMetaProperty<R,T,C> |
ManyToOneValuedMetaProperty.getInverse() |
ManyValuedMetaProperty<R,T,D> |
ManyToManyValuedMetaProperty.getInverse() |
ManyValuedMetaProperty<R,T,C> |
InverseManyValuedMetaProperty.getInverse() |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.