Class Hierarchy
- java.lang.Object
- org.seedstack.business.specification.AndSpecification<T> (implements org.seedstack.business.specification.Specification<T>)
- org.seedstack.business.specification.FalseSpecification<T> (implements org.seedstack.business.specification.Specification<T>)
- org.seedstack.business.specification.IdentitySpecification<A,I> (implements org.seedstack.business.specification.Specification<T>)
- org.seedstack.business.specification.NotSpecification<T> (implements org.seedstack.business.specification.Specification<T>)
- org.seedstack.business.specification.OrSpecification<T> (implements org.seedstack.business.specification.Specification<T>)
- org.seedstack.business.specification.TrueSpecification<T> (implements org.seedstack.business.specification.Specification<T>)
Interface Hierarchy
- org.seedstack.business.specification.Specification<T>
- org.seedstack.business.specification.SubstitutableSpecification<T>