|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
peer package contains various Peers,
static utility classes that consolidate
various common activities surrounding the core objects.
See:
Description
| Class Summary | |
| ContentPeer | This peer manipulates Content
hibernate. |
| CreditCardPeer | This peer manipulates CreditCard
s using hibernate. |
| FaqPeer | This peer manipulates Faq s using
hibernate. |
| FaqPersistencePeer | This peer manipulates Faq s using the
persistance manager's Archivist. |
| LinkPeer | This peer manipulates Link s
hibernate. |
| LocalisablePeer | This peer manipulates Localisable objects using hibernate. |
| MediaPeer | This peer manipulates Media
hibernate. |
| MerchantPeer | This peer manipulates Merchant s
using hibernate. |
| PersistablePeer | This peer manipulates Persistable s using hibernate. |
| ShoppingOrderPeer | This peer manipulates ShoppingOrder s
hibernate. |
| SiteCopyPeer | This peer manipulates SiteCopy s
using hibernate. |
| TextPeer | This peer manipulates AbstractText s using hibernate. |
| UserPeer | This peer manipulates Users
using hibernate. |
The peer package contains various Peers,
static utility classes that consolidate
various common activities surrounding the core objects. The follow the example
of the Data Access Object pattern.
The primary task of the peers is to hide complexity from the developer. These peers all
currently implement Hibernate specific behaviours but are being modified to support our
new pluggable persistence architecture.
Archivist,
ArchivistFactory
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||