public class CollectionTypeRegistryDefault extends CollectionTypeRegistryAbstract
| Constructor and Description |
|---|
CollectionTypeRegistryDefault()
Inbuilt support for
Collection as a collection type. |
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getCollectionType() |
boolean |
isArrayType(Class<?> cls) |
boolean |
isCollectionType(Class<?> cls) |
OneToManyFeature.CollectionSemantics |
semanticsOf(Class<?> underlyingClass) |
init, injectInto, shutdownpublic CollectionTypeRegistryDefault()
Collection as a collection type.
Note that this includes any subclasses.
public boolean isCollectionType(Class<?> cls)
public boolean isArrayType(Class<?> cls)
public Class<?>[] getCollectionType()
public OneToManyFeature.CollectionSemantics semanticsOf(Class<?> underlyingClass)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.