|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Entity | |
|---|---|
| com.antelmann.imagedb | This package contains classes implementing a database for images. |
| com.antelmann.mgmt | This package contains generally useful classes for business management. |
| com.antelmann.sql | This package contains classes to ease JDBC development. |
| com.antelmann.timeregister | This package contains classes that implement a time register solution for a small business. |
| Uses of Entity in com.antelmann.imagedb |
|---|
| Classes in com.antelmann.imagedb that implement Entity | |
|---|---|
class |
ImageHolder
ImageHolder serves as a wrapper for image information stored in a database. |
| Uses of Entity in com.antelmann.mgmt |
|---|
| Classes in com.antelmann.mgmt with type parameters of type Entity | |
|---|---|
class |
SimpleEntityFilter<T extends Entity>
filters on the properties of an entity based on simple equality of key/value pairs. |
| Subinterfaces of Entity in com.antelmann.mgmt | |
|---|---|
interface |
User
This interface defines the basic functionality for a user |
| Classes in com.antelmann.mgmt that implement Entity | |
|---|---|
class |
EntityImpl
This class represents a default Entity implementation that can serve as a base class for Entity implementations. |
class |
UserImpl
This class represents a default User implementation that can serve as the basis for more specific implementations. |
| Fields in com.antelmann.mgmt with type parameters of type Entity | |
|---|---|
protected List<Entity> |
EntityTableModel.list
|
| Methods in com.antelmann.mgmt that return Entity | |
|---|---|
Entity |
EntityTableModel.getRow(int row)
|
| Methods in com.antelmann.mgmt that return types with arguments of type Entity | |
|---|---|
List<Entity> |
EntityTableModel.getList()
returns an unmodifiable view of the embedded list. |
| Methods in com.antelmann.mgmt with parameters of type Entity | |
|---|---|
protected boolean |
EntityImpl.equalWithProperties(Entity entity)
checks (next to equals) whether all properties are the same |
| Method parameters in com.antelmann.mgmt with type arguments of type Entity | |
|---|---|
void |
EntityTableModel.refresh(List<? extends Entity> list,
String... methodOrPropertyNames)
|
| Constructors in com.antelmann.mgmt with parameters of type Entity | |
|---|---|
EntityImpl(Object id,
Entity entity)
all properties from the given entity are copied into this entity; the given properties do NOT run through the property change check. |
|
| Constructor parameters in com.antelmann.mgmt with type arguments of type Entity | |
|---|---|
EntityTableModel(List<? extends Entity> list,
String... methodOrPropertyNames)
|
|
| Uses of Entity in com.antelmann.sql |
|---|
| Classes in com.antelmann.sql that implement Entity | |
|---|---|
class |
RowItem
represents a row in a sql database table and provides convenient access to its properties. |
| Method parameters in com.antelmann.sql with type arguments of type Entity | |
|---|---|
ResultSet |
BaseRowMapper.getResultSet(SimpleEntityFilter<? extends Entity> filter)
|
| Uses of Entity in com.antelmann.timeregister |
|---|
| Classes in com.antelmann.timeregister that implement Entity | |
|---|---|
class |
TimeUser
This class implements a special User that adds a WorkUnitValidator as a member. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||