Package net.sf.jzeno.util

This package groups various utility classes designed to make life easier.

See:
          Description

Interface Summary
CollectionChangeDetectorFactory.SnapshotProxy  
CollectionChangeListener  
TemplateVariableSource  
 

Class Summary
AbstractConfiguration Deprecated. Take care of your own configuration management.
BeanUtil  
ChangeDetectionIteratorDecorator  
ChangeDetectionListDecorator  
ChangeDetectionListIteratorDecorator  
CollectionChangeDetectorFactory  
CollectionChangeDetectorFactory.Callback  
CompareUtils  
CRC32 Calculates the CRC32 - 32 bit Cyclical Redundancy Check This check is used in numerous systems to verify the integrity of information.
DateUtils Helper operation for date manipulation, mainly to help working with UTC dates and local dates.
DBInsertScript Creates an insert script for all user tables of a given database
DHLDateFormat DHL Date Formatter/Parser.
DomainCache  
DomainCacheEntityKey  
DomainCacheEntry  
DomainCacheEventListener EHCache event listener implementation
DomainCacheEventListenerFactory  
DomainCacheRootKey  
DomainCacheVerifier  
DomainMetaData This class is responsible for allowing easy an efficient (cached) retrieval of meta data about the domain model.
DrawingUtils A utility class that can generate commonly used web graphics, like gradients, rounded corners, etc..
DropAndCreateScript Creates an insert script for all user tables of a given database
DummyComponent Used to measure byte-size of component base class (90b)
ExceptionHandler Generic exception handlers, to avoid duplicating this code in all the business facades.
FastFactory This factory pre-creates components that are capable of being created out-of-context.
GuidFactory  
GuidGenerator This class is responsible for generating a unique identifier.
Hack  
HeapMonitor  
HeapMonitor.Sample  
ImageReferenceCache  
ListUtils Utilities for manipulating Lists.
McKoi  
NullWriter  
PropertyComparator  
SplitSchemaExport This tool will take a Hibernate SchemaExport SQL script and split the content of that file into 3 parts : Drop statements for constraints.
SplitStream  
StringUtils Utility methods for manipulating strings.
Template  
UpdateMenu Replaces the menu in all html files in htdocs with menu.html
UUIDGenerator This Class is an implementation of the UUID pattern described on the server side (http://www.theserverside.com) It creates 32 digits(encoded in hexadecimal) globally unique identifiers that can be used as primary keys in EJB The format of the generated UUID's is as follows: System.currentTimeMillis() | | System.identityHashCode(this) | | xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx | | IP-Address | | Random Number The GUID is composed as folows: 1.
ZenoDateFormat  
ZenoTimeFormat  
 

Package net.sf.jzeno.util Description

This package groups various utility classes designed to make life easier.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: