com.mysema.query.alias
Interface TypeSystem

All Known Implementing Classes:
DefaultTypeSystem

public interface TypeSystem

Author:
tiwe

Method Summary
 boolean isCollectionType(Class<?> cl)
           
 boolean isListType(Class<?> cl)
           
 boolean isMapType(Class<?> cl)
           
 boolean isSetType(Class<?> cl)
           
 

Method Detail

isCollectionType

boolean isCollectionType(Class<?> cl)

isSetType

boolean isSetType(Class<?> cl)

isListType

boolean isListType(Class<?> cl)

isMapType

boolean isMapType(Class<?> cl)


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.