blackboard.persist.course
Interface CourseCourseDbPersister

All Superinterfaces:
IdentifiableDbPersister<CourseCourse>, Persister

public interface CourseCourseDbPersister
extends IdentifiableDbPersister<CourseCourse>

CourseCourseDbPersister

Since:
Bb 7.3
Version:
$Revision: #1 $ $Date: 2007/06/27 $

Nested Class Summary
static class CourseCourseDbPersister.Default
          A utility class that provides quick access to the CourseCourseDbPersister instance associated with the default instance of the database BbPersistenceManager.
 
Field Summary
static java.lang.String TYPE
          Type used to obtain an instance of the class configured to provide the implementation for this interface.
 
Method Summary
 
Methods inherited from interface blackboard.persist.IdentifiableDbPersister
deleteById, deleteById, persist, persist
 
Methods inherited from interface blackboard.persist.Persister
getAppVersion, init
 

Field Detail

TYPE

static final java.lang.String TYPE
Type used to obtain an instance of the class configured to provide the implementation for this interface. Used when making a call to BbPersistenceManager.getPersister(String)

See Also:
Constant Field Values


Copyright © 2003 Blackboard, Inc. All Rights Reserved.