it.amattioli.dominate.specifications.beans
Class EntityPropertySpecificationFactory

Show UML class diagram
java.lang.Object
  extended by it.amattioli.dominate.specifications.beans.EntityPropertySpecificationFactory
All Implemented Interfaces:
PropertySpecificationFactory

public class EntityPropertySpecificationFactory
extends Object
implements PropertySpecificationFactory


Constructor Summary
EntityPropertySpecificationFactory()
           
 
Method Summary
 boolean canBuildSpecificationFor(PropertyDescriptor descriptor)
           
<T extends Entity<?>>
Specification<T>
newSpecification(PropertyDescriptor descriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityPropertySpecificationFactory

public EntityPropertySpecificationFactory()
Method Detail

canBuildSpecificationFor

public boolean canBuildSpecificationFor(PropertyDescriptor descriptor)
Specified by:
canBuildSpecificationFor in interface PropertySpecificationFactory

newSpecification

public <T extends Entity<?>> Specification<T> newSpecification(PropertyDescriptor descriptor)
Specified by:
newSpecification in interface PropertySpecificationFactory


Copyright © 2011. All Rights Reserved.