Compoze Software, Inc.

com.compoze.ejb
Interface IPersistable

All Known Implementing Classes:
BinaryData, DateRecurrence

public interface IPersistable

This interface marks a class as being "persistable", or capable of having its fields introspected for storage in a database. It should be implemented when a class is the dependent class of a bean, and each of its fields should be stored in a separate column in the database. Classes implementing this interface must have a public no-argument constructor.



Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.