public class CollectionColumnInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
collectionColumnName
The collection column name variable .
|
private List<Class<?>> |
genericClasses
Generic classes of data held in collection
would hold one element for Set and List, two for Map
|
private Class<?> |
type
Type of collection column among:
1.
|
| Constructor and Description |
|---|
CollectionColumnInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCollectionColumnName() |
List<Class<?>> |
getGenericClasses() |
Class<?> |
getType() |
void |
setCollectionColumnName(String collectionColumnName) |
void |
setGenericClasses(List<Class<?>> genericClasses) |
void |
setType(Class<?> type) |
private String collectionColumnName
private Class<?> type
public String getCollectionColumnName()
public void setCollectionColumnName(String collectionColumnName)
collectionColumnName - the collectionColumnName to setpublic Class<?> getType()
public void setType(Class<?> type)
type - the type to setCopyright © 2015. All Rights Reserved.