|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObjectDao in org.figure8.join.businessobjects.artifact.persistence |
---|
Subinterfaces of ObjectDao in org.figure8.join.businessobjects.artifact.persistence | |
---|---|
interface |
AssemblyDao
Data Access interface for Assembly business objects. |
interface |
BuildDao
Data Access interface for Build business objects. |
interface |
ComponentDao
Data Access interface for Component business objects. |
interface |
ComponentTypeDao
Data Access interface for ComponentType business objects. |
interface |
DeliverableDao
Data Access interface for Deliverable business objects. |
interface |
DeliverableTypeDao
Data Access interface for DeliverableType business objects. |
Classes in org.figure8.join.businessobjects.artifact.persistence that implement ObjectDao | |
---|---|
class |
HibernateAssemblyDao
Implementation of AssemblyDao using Hibernate ORM system. |
class |
HibernateBuildDao
Implementation of BuildDao using Hibernate ORM system. |
class |
HibernateComponentDao
Implementation of ComponentDao using Hibernate ORM system. |
class |
HibernateComponentTypeDao
Implementation of ComponentTypeDao using Hibernate ORM system. |
class |
HibernateDeliverableDao
Implementation of DeliverableDao using Hibernate ORM system. |
class |
HibernateDeliverableTypeDao
Implementation of DeliverableTypeDao using Hibernate ORM system. |
Uses of ObjectDao in org.figure8.join.businessobjects.commons.persistence |
---|
Subinterfaces of ObjectDao in org.figure8.join.businessobjects.commons.persistence | |
---|---|
interface |
ReleaseDao
Data Access interface for Release business objects. |
interface |
StatusDao
Data Access interface for Status business objects. |
interface |
StepDao
Data Access interface for Step business objects. |
interface |
TargetDao
Data Access interface for Target business objects. |
Classes in org.figure8.join.businessobjects.commons.persistence that implement ObjectDao | |
---|---|
class |
HibernateReleaseDao
Implementation of ReleaseDao using Hibernate ORM system. |
class |
HibernateStatusDao
Implementation of StatusDao using Hibernate ORM system. |
class |
HibernateStepDao
Implementation of StepDao using Hibernate ORM system. |
class |
HibernateTargetDao
Implementation of TargetDao using Hibernate ORM system. |
Uses of ObjectDao in org.figure8.join.businessobjects.environment.persistence |
---|
Subinterfaces of ObjectDao in org.figure8.join.businessobjects.environment.persistence | |
---|---|
interface |
DeploymentDao
Data Access interface for Deployment business objects. |
interface |
EISMappingDao
Data access interface for EISMapping business objects. |
interface |
EnvironmentMappingDao
Data Access interface for EnvironmentMapping business objects. |
interface |
LogicalEnvironmentDao
Data Access interface for LogicalEnvironment business objects. |
interface |
MachineDao
Data Access interface for Machine business objects. |
interface |
ParameterDao
Data Access interface for Parameter business objects. |
interface |
ParameterValueDao
Data Access interface for ParameterValue business objects. |
interface |
PhysicalEnvironmentDao
Data Access interface for Machine business objects. |
interface |
ResourceDao
Data Access interface for Resources business objects. |
interface |
ResourceMappingDao
Data access interface for ResourceMapping business objects. |
interface |
ResourceTypeDao
Data Access interface for ResourceType business objects. |
interface |
ResourceVersionDao
Data access interface for ResourceVersion business objects. |
interface |
VersionedResourceUpdateDao
Data access interface for VersionedResourceUpdate business objects. |
Classes in org.figure8.join.businessobjects.environment.persistence that implement ObjectDao | |
---|---|
class |
HibernateDeploymentDao
Implementation of DeploymentDao using Hibernate ORM system. |
class |
HibernateEISMappingDao
Implementation of EISMappingDao using Hibernate ORM system. |
class |
HibernateEnvironmentMappingDao
Implementation of EnvironmentMappingDao using Hibernate ORM system. |
class |
HibernateLogicalEnvironmentDao
Implementation of LogicalEnvironmentDao using Hibernate ORM system. |
class |
HibernateMachineDao
Implementation of MachineDao using Hibernate ORM system. |
class |
HibernateParameterDao
Implementation of ParameterDao using Hibernate ORM system. |
class |
HibernateParameterValueDao
Implementation of ParameterValueDao using Hibernate ORM system. |
class |
HibernatePhysicalEnvironmentDao
Implementation of PhysicalEnvironmentDao using Hibernate ORM system. |
class |
HibernateResourceDao
Implementation of ResourceDao using Hibernate ORM system. |
class |
HibernateResourceMappingDao
Implementation of EnvironmentMappingDao using Hibernate ORM system. |
class |
HibernateResourceTypeDao
Implementation of ResourceTypeDao using Hibernate ORM system. |
class |
HibernateResourceVersionDao
Implementation of ResourceVersionDao using Hibernate ORM system. |
class |
HibernateVersionedResourceUpdateDao
Implementation of VersionedResourceUpdateDao using Hibernate ORM system. |
Uses of ObjectDao in org.figure8.join.businessobjects.reporting.persistence |
---|
Subinterfaces of ObjectDao in org.figure8.join.businessobjects.reporting.persistence | |
---|---|
interface |
EventDao
Data Access interface for Event business objects. |
interface |
MailingListDao
Data Access interface for MailingList business objects. |
interface |
MessageDao
Data Access interface for Message business objects. |
interface |
SubscriptionDao
Data Access interface for Subscription business objects. |
Classes in org.figure8.join.businessobjects.reporting.persistence that implement ObjectDao | |
---|---|
class |
HibernateEventDao
Implementation of EventDao using Hibernate ORM system. |
class |
HibernateMailingListDao
Implementation of MailingListDao using Hibernate ORM system. |
class |
HibernateMessageDao
Implementation of MessageDao using Hibernate ORM system. |
class |
HibernateSubscriptionDao
Implementation of SubscriptionDao using Hibernate ORM system. |
Uses of ObjectDao in org.figure8.join.businessobjects.security.persistence |
---|
Subinterfaces of ObjectDao in org.figure8.join.businessobjects.security.persistence | |
---|---|
interface |
PermissionDao
Data Access interface for Permission business objects. |
interface |
RoleDao
Data Access interface for Permission business objects. |
interface |
UserDao
Data Access interface for User business objects. |
Classes in org.figure8.join.businessobjects.security.persistence that implement ObjectDao | |
---|---|
class |
HibernatePermissionDao
Implementation of PermissionDao using Hibernate ORM system. |
class |
HibernateRoleDao
Implementation of RoleDao using Hibernate ORM system. |
class |
HibernateUserDao
Implementation of UserDao using Hibernate ORM system. |
class |
JdbcUserDao
This is an implementation of UserDao using row Jdbc. |
Uses of ObjectDao in org.figure8.join.control.action |
---|
Fields in org.figure8.join.control.action declared as ObjectDao | |
---|---|
protected ObjectDao |
SetupActions.genericDao
Generic object dao for saving default entities |
Methods in org.figure8.join.control.action with parameters of type ObjectDao | |
---|---|
void |
SetupActions.setObjectDao(ObjectDao genericDao)
|
Uses of ObjectDao in org.figure8.join.core.messaging.persistence |
---|
Subinterfaces of ObjectDao in org.figure8.join.core.messaging.persistence | |
---|---|
interface |
JMSConsumerBeanInfoDao
Data Access interface for JMSConsumerBeanInfo objects. |
Classes in org.figure8.join.core.messaging.persistence that implement ObjectDao | |
---|---|
class |
HibernateJMSConsumerBeanInfoDao
Implementation of JMSConsumerBeanInfoDao using Hibernate ORM system. |
Uses of ObjectDao in org.figure8.join.core.persistence |
---|
Classes in org.figure8.join.core.persistence that implement ObjectDao | |
---|---|
class |
GenericHibernateObjectDao
This is a generic implementation of HibernateObjectDao
that uses java.lang.Object as its persistent class. |
class |
HibernateObjectDao
This is a base class for Dao implementations using Hibernate as their ORM solution. |
Methods in org.figure8.join.core.persistence with parameters of type ObjectDao | |
---|---|
void |
HibernateXmlDatabinder.writeToXml(java.io.Writer writer,
ObjectDao dao)
Write a collection of EntityObject s using their Xml form |
void |
XmlDatabinder.writeToXml(java.io.Writer writer,
ObjectDao dao)
Write a collection of EntityObject s using their Xml form |
Uses of ObjectDao in org.figure8.join.services.scheduling.persistence |
---|
Subinterfaces of ObjectDao in org.figure8.join.services.scheduling.persistence | |
---|---|
interface |
QuartzCronInfoDao
Data Access interface for QuartzCronInfo objects. |
Classes in org.figure8.join.services.scheduling.persistence that implement ObjectDao | |
---|---|
class |
HibernateQuartzCronInfoDao
Implementation of QuartzCronInfoDao using Hibernate ORM system. |
Uses of ObjectDao in org.figure8.join.services.scripting.persistence |
---|
Subinterfaces of ObjectDao in org.figure8.join.services.scripting.persistence | |
---|---|
interface |
ScriptLogInfoDao
Data Access interface for ScriptLogInfo objects. |
Classes in org.figure8.join.services.scripting.persistence that implement ObjectDao | |
---|---|
class |
HibernateScriptLogInfoDao
Implementation of ScriptLogInfoDao using Hibernate ORM system. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |