| Package | Description |
|---|---|
| org.iworkz.habitat.dao | |
| org.iworkz.habitat.entity |
| Modifier and Type | Method and Description |
|---|---|
static FieldType |
FieldType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected FieldType |
EntityDefinitionCreator.columnTypeForType(Type type) |
FieldType |
EntityFieldDefinition.getType() |
| Constructor and Description |
|---|
EntityFieldDefinition(String name,
String objectFieldName,
FieldType type) |
EntityFieldDefinition(String name,
String objectFieldName,
FieldType type,
boolean notNull) |
EntityFieldDefinition(String name,
String objectFieldName,
FieldType type,
int constraint1) |
EntityFieldDefinition(String name,
String objectFieldName,
FieldType type,
int constraint1,
boolean notNull) |
Copyright © 2018. All rights reserved.