SRJRCFrames
v0.1.296

Uses of Interface
de.schwarzrot.data.access.DataAccessor

Packages that use DataAccessor
de.schwarzrot.data.access.jdbc classes for jdbc specific data access 
de.schwarzrot.data.access.pref preferences related data access classes 
de.schwarzrot.data.access.support helper classes used by the data accessors 
 

Uses of DataAccessor in de.schwarzrot.data.access.jdbc
 

Classes in de.schwarzrot.data.access.jdbc that implement DataAccessor
 class JDBCResultSetAccessor
          implementation of DataAccessor to wrap a jdbc-result set in an abstract way.
 

Uses of DataAccessor in de.schwarzrot.data.access.pref
 

Classes in de.schwarzrot.data.access.pref that implement DataAccessor
 class PreferencesAccessor
          wrapper class to access values from preferences in an abstract way.
 

Methods in de.schwarzrot.data.access.pref with parameters of type DataAccessor
protected
<E extends Entity>
void
PreferencesEntityManager.fillEntity(E entity, EntityDescriptor ed, DataAccessor da)
           
 

Uses of DataAccessor in de.schwarzrot.data.access.support
 

Methods in de.schwarzrot.data.access.support with parameters of type DataAccessor
<E extends Entity>
E
EntityUtils.createEntity(EntityDescriptor ed, DataAccessor da, EntityIntrospector ei)
          create an entity from a resultset.
 void EntityUtils.fillEntity(Entity entity, EntityDescriptor ed, DataAccessor da, EntityIntrospector ei)
          fills an entity instance from a resultset
 void EntityUtils.fillEntity(Entity entity, String[] propertyNames, EntityDescriptor ed, DataAccessor da, EntityIntrospector ei)
          fills given properties of the entity from a resultset
<E extends Entity>
Class<E>
EntityDescriptor.getEntityType(DataAccessor ds)
           
protected
<E extends Entity>
void
EntityUtils.setProperty(E instance, String propertyName, EntityDescriptor ed, DataAccessor da)
           
 


SRJRCFrames
v0.1.296

hosted at
Find SRJRCFrames at SourceForge.net. Fast, secure and free:
           Open Source Software download
Submit a bug or request a feature

SRJRCFrames is published according to the GNU General Public License
Copyright 2005-2012 Reinhard Mantey - some rights reserved.