com.vodafone360.people.database.persistenceHelper
Interface Persistable

All Known Implementing Classes:
Contact

public interface Persistable

Annotations for declaring persistable Classes and a marker interface.

A Class which should be persisted in DB using the persistenceHelper must implement the persistable interface and declare its columns with the annotations

Version:
%I%, %G%

Nested Class Summary
static interface Persistable.Column
          Annotation for binding a field to a column.
static interface Persistable.Entity
          Annotation for declaring an entity.
static interface Persistable.Id
          Annotation for declaring an id field.
static interface Persistable.Table
          Annotation for binding a class to a table.
 



JavaDoc