|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||