org.ujorm.orm
Interface ColumnSet

All Superinterfaces:
OrmUjo, Ujo

Deprecated. The interface implementations are not finished yet.

public interface ColumnSet
extends OrmUjo

This Interface can be used as a sign for an external column set to be included to a basic database table, so the ColumnSet object does not create separated database table.
Inner relations to an another implementation of the interface ColumnSet are allowed.


Method Summary
 
Methods inherited from interface org.ujorm.orm.OrmUjo
readChangedProperties, readSession, writeSession
 
Methods inherited from interface org.ujorm.Ujo
readAuthorization, readKeys, readValue, writeValue
 



Copyright 2013, Pavel Ponec