public class FieldInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected Type |
genericType |
protected String |
manyToManyMappedBy |
protected String |
manyToManyTargetEntity |
protected String |
mapKey |
protected String |
name |
protected String |
oneToManyMappedBy |
protected String |
oneToManyTargetEntity |
Constructor and Description |
---|
FieldInfo() |
Modifier and Type | Method and Description |
---|---|
Type |
getGenericType() |
String |
getManyToManyMappedBy() |
String |
getManyToManyTargetEntity() |
String |
getMapKey() |
String |
getName() |
String |
getOneToManyMappedBy() |
String |
getOneToManyTargetEntity() |
void |
setGenericType(Type genericType) |
void |
setManyToManyMappedBy(String manyToManyMappedBy) |
void |
setManyToManyTargetEntity(String manyToManyTargetEntity) |
void |
setMapKey(String mapKey) |
void |
setName(String name) |
void |
setOneToManyMappedBy(String oneToManyMappedBy) |
void |
setOneToManyTargetEntity(String oneToManyTargetEntity) |
protected String name
protected Type genericType
protected String manyToManyMappedBy
protected String manyToManyTargetEntity
protected String oneToManyMappedBy
protected String oneToManyTargetEntity
protected String mapKey
public String getName()
public void setName(String name)
public Type getGenericType()
public void setGenericType(Type genericType)
public String getManyToManyMappedBy()
public void setManyToManyMappedBy(String manyToManyMappedBy)
public String getManyToManyTargetEntity()
public void setManyToManyTargetEntity(String manyToManyTargetEntity)
public String getOneToManyMappedBy()
public void setOneToManyMappedBy(String oneToManyMappedBy)
public String getOneToManyTargetEntity()
public void setOneToManyTargetEntity(String oneToManyTargetEntity)
public String getMapKey()
public void setMapKey(String mapKey)
Copyright © 2022. All rights reserved.