public class TypeUtils extends Object
Constructor and Description |
---|
TypeUtils() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends Collection> |
getCollectionClass(Type type) |
static boolean |
isArray(Type t) |
static boolean |
isCollection(Type t) |
static boolean |
isResolved(Type t) |
static boolean |
isSimple(Type type) |
static boolean |
isVoid(Type type) |
public static boolean isResolved(Type t)
public static Class<? extends Collection> getCollectionClass(Type type)
public static boolean isSimple(Type type)
public static boolean isVoid(Type type)
public static boolean isArray(Type t)
public static boolean isCollection(Type t)
Copyright © 2005-2013 Hibernate.org. All Rights Reserved.