it.amattioli.dominate.specifications.beans
Interface PropertySpecificationFactory

Show UML class diagram
All Known Implementing Classes:
EntityPropertySpecificationFactory, EnumPropertySpecificationFactory, ObjectPropertySpecificationFactory, StringPropertySpecificationFactory

public interface PropertySpecificationFactory


Method Summary
 boolean canBuildSpecificationFor(PropertyDescriptor descriptor)
           
<T extends Entity<?>>
Specification<T>
newSpecification(PropertyDescriptor descriptor)
           
 

Method Detail

canBuildSpecificationFor

boolean canBuildSpecificationFor(PropertyDescriptor descriptor)

newSpecification

<T extends Entity<?>> Specification<T> newSpecification(PropertyDescriptor descriptor)


Copyright © 2011. All Rights Reserved.