Package | Description |
---|---|
org.apache.empire.commons |
This package contains various common classes for error handling, specific data types and data type conversion.
|
org.apache.empire.data |
This package contains interfaces for data and metadata handling.
|
org.apache.empire.data.bean |
This package contains implmentations of Empire's data and metadata interfaces for JavaBeans of Data Tranfer Objects (DTO's).
|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<Attributes.Attribute> |
Attributes.attributes |
Modifier and Type | Method and Description |
---|---|
Attributes.Attribute |
Attributes.set(String name,
Object value) |
Modifier and Type | Method and Description |
---|---|
Iterator<Attributes.Attribute> |
Attributes.iterator() |
protected ArrayList<Attributes.Attribute> |
Attributes.list() |
Modifier and Type | Method and Description |
---|---|
boolean |
Attributes.add(Attributes.Attribute a) |
Modifier and Type | Method and Description |
---|---|
Set<Attributes.Attribute> |
Column.getAttributes()
Returns all metadata attributes.
|
Modifier and Type | Method and Description |
---|---|
Set<Attributes.Attribute> |
BeanProperty.getAttributes()
Returns all metadata attributes.
|
Modifier and Type | Method and Description |
---|---|
Set<Attributes.Attribute> |
DBColumn.getAttributes()
Returns all metadata attributes.
|
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.