public class PropertyDef extends Object
| Constructor and Description |
|---|
PropertyDef(EntityType entityType) |
PropertyDef(EntityType entityType,
boolean collection) |
PropertyDef(String simpleType) |
PropertyDef(TypeDef type) |
PropertyDef(TypeDef type,
boolean collection) |
| Modifier and Type | Method and Description |
|---|---|
Property |
createProperty() |
PropertyDef |
getComponentDef() |
String |
getDescription() |
EntityType |
getEntityType() |
String |
getSimpleType() |
TypeDef |
getType() |
boolean |
isCollection() |
boolean |
isCompoundType() |
boolean |
isEntityType() |
boolean |
isSimpleType() |
boolean |
isTransient() |
void |
setDescription(String description) |
void |
setPersistenceState(EntityTypeState state) |
String |
toString() |
public PropertyDef(TypeDef type, boolean collection)
public PropertyDef(TypeDef type)
public PropertyDef(String simpleType)
public PropertyDef(EntityType entityType, boolean collection)
public PropertyDef(EntityType entityType)
public void setDescription(String description)
public void setPersistenceState(EntityTypeState state)
public boolean isTransient()
public String getDescription()
public boolean isCollection()
public boolean isEntityType()
public boolean isSimpleType()
public TypeDef getType()
public EntityType getEntityType()
public String getSimpleType()
public PropertyDef getComponentDef()
public Property createProperty()
public boolean isCompoundType()
Copyright © 2021. All rights reserved.