Package io.higson.runtime.model.def
Class PropertyDef
java.lang.Object
io.higson.runtime.model.def.PropertyDef
- Author:
- przemek hertel
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyDef(EntityType entityType) PropertyDef(EntityType entityType, boolean collection) PropertyDef(TypeDef type) PropertyDef(TypeDef type, boolean collection) PropertyDef(String simpleType) -
Method Summary
Modifier and TypeMethodDescriptiongetType()booleanbooleanbooleanbooleanbooleanvoidsetDescription(String description) voidtoString()
-
Constructor Details
-
PropertyDef
-
PropertyDef
-
PropertyDef
-
PropertyDef
-
PropertyDef
-
-
Method Details
-
setDescription
-
setPersistenceState
-
isTransient
public boolean isTransient() -
getDescription
-
isCollection
public boolean isCollection() -
isEntityType
public boolean isEntityType() -
isSimpleType
public boolean isSimpleType() -
getType
-
getEntityType
-
getSimpleType
-
getComponentDef
-
createProperty
-
toString
-
isCompoundType
public boolean isCompoundType()
-