Side of Software
Persistence Library 2.0

sos.db
Interface Unique


public interface Unique

A marker interface that indicates that a class does not implement a custom equals or hashCode. If a database object implements this marker interface, then the database proxy for that object provides the implementation for equals and hashCode; otherwise, it invokes the database object's versions of these methods.

Since:
1.2


Side of Software
Persistence Library 2.0

Copyright 2004-08 Side of Software (SOS). All rights reserved.