| Class | Description |
|---|---|
| AbstractBean<T> |
Abstract class that provides default implementations for retrieving
entities.
|
| CommentBean |
Comment Enterprise Java Bean, maps to a Comment Hibernate Entity.
|
| GalleryBean |
Gallery Enterprise Java Bean, maps to a Gallery Hibernate Entity.
|
| GalleryPhotographBean |
GalleryPhotograph Enterprise Java Bean, maps to a GalleryPhotograph Hibernate Entity.
|
| JobBean |
Enterprise Java Bean that starts jobs mostly on location level.
|
| LocationBean |
Location Enterprise Java Bean, maps to a Location Hibernate Entity.
|
| LogBean |
Log Enterprise Java Bean, maps to a Log Hibernate Entity.
|
| PhotographBean |
Photograph Enterprise Java Bean, maps to a Photograph Hibernate Entity.
|
| TagBean |
Tag Enterprise Java Bean, maps to a Tag Hibernate Entity.
|
Provides the Enterprise Java Beans.
Most of these beans can be mapped one-on-one with database Entities. The only exception is the JobBean which performs jobs like importing photographs and the like.