Package com.dieselpoint.norm.sqlmakers
Class Property
java.lang.Object
com.dieselpoint.norm.sqlmakers.Property
-
Field Summary
FieldsModifier and TypeFieldDescriptionjavax.persistence.Columnjavax.persistence.AttributeConverterClass<?>javax.persistence.EnumTypebooleanbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
readMethod
-
writeMethod
-
field
-
dataType
-
isGenerated
public boolean isGenerated -
isPrimaryKey
public boolean isPrimaryKey -
isEnumField
public boolean isEnumField -
enumClass
-
enumType
public javax.persistence.EnumType enumType -
columnAnnotation
public javax.persistence.Column columnAnnotation -
serializer
-
converter
public javax.persistence.AttributeConverter converter
-
-
Constructor Details
-
Property
public Property()
-