it.amattioli.dominate.specifications.beans
Class EnumPropertySpecificationFactory

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

public class EnumPropertySpecificationFactory
extends Object
implements PropertySpecificationFactory


Constructor Summary
EnumPropertySpecificationFactory()
           
 
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

EnumPropertySpecificationFactory

public EnumPropertySpecificationFactory()
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.