Uses of Interface
tinlizard.dao.jpa.Persistable

Packages that use Persistable
tinlizard.dao.jpa Provides Jpa DAO and utility classes. 
tinlizard.model Provides Object model and Data Type classes. 
 

Uses of Persistable in tinlizard.dao.jpa
 

Methods in tinlizard.dao.jpa with parameters of type Persistable
 void JpaDao.add(Persistable obj)
           
 void JpaDao.index(Persistable obj)
           
 void JpaDao.update(Persistable obj)
           
 

Method parameters in tinlizard.dao.jpa with type arguments of type Persistable
 void JpaDao.indexAll(Class<? extends Persistable> clazz)
           
 

Uses of Persistable in tinlizard.model
 

Classes in tinlizard.model that implement Persistable
 class Codeline
          A Codeline is a branch.
 class Dependency
          A Dependency declared as such in the pom.xml of any Codeline in TinLizard.
 class Policy
          Describes what kinds of changes are expected on a Codeline.
 class Project
          The main artifact generated by a codeline or collection of codelines.
 class User
          A User that can log in and/or own a Codeline.
 class View
          General collection of Codelines.
 



Copyright © 2009. All Rights Reserved.