public class IdAttribute extends Attribute<Id>
| Constructor and Description |
|---|
IdAttribute(String name,
Class<? extends Identified> target) |
IdAttribute(String name,
Class<? extends Identified> target,
boolean isCollection) |
| Modifier and Type | Method and Description |
|---|---|
AttributeQuery<Id> |
createQuery(Operator op,
Iterable<Id> values) |
Class<Id> |
requiresOperandOfType() |
String |
toString() |
alias, allowShortMatches, equals, externalName, getPath, getPathPrefix, hasAlias, hashCode, isCollectionOfValues, javaAttributeName, target, withAlias, withJavaAttributepublic IdAttribute(String name, Class<? extends Identified> target)
public IdAttribute(String name, Class<? extends Identified> target, boolean isCollection)
Copyright © 2014. All rights reserved.