public class AttributeEqualsQueryCreator extends Object implements QueryCreator
| Constructor and Description |
|---|
AttributeEqualsQueryCreator(Attribute attribute) |
| Modifier and Type | Method and Description |
|---|---|
Query<Entity> |
createQuery(Entity entity) |
Collection<Attribute> |
getRequiredAttributes() |
public AttributeEqualsQueryCreator(Attribute attribute)
public Collection<Attribute> getRequiredAttributes()
getRequiredAttributes in interface EntityProcessorCollection of atomic Attribute that must be present in the annotated
Entity.public Query<Entity> createQuery(Entity entity)
createQuery in interface QueryCreatorCopyright © 2017. All rights reserved.