SRJRCFrames
v0.1.296

Uses of Class
de.schwarzrot.data.access.support.PropertyInfo

Packages that use PropertyInfo
de.schwarzrot.bean utility classes for bean handling 
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 PropertyInfo in de.schwarzrot.bean
 

Methods in de.schwarzrot.bean that return types with arguments of type PropertyInfo
 Map<String,PropertyInfo> BeanUtils.determineProperties(Class entityType)
          scans the properties of a bean in a slightly different way, that the java standard introspection.
 

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

Methods in de.schwarzrot.data.access.jdbc with parameters of type PropertyInfo
protected  void JDBCEntityIntrospector.patchPropertyInfo(PropertyInfo info, EntityDescriptor ed)
           
protected
<E extends Entity>
void
JDBCEntityManager.resolveGroupedUnnamedChildren(E instance, EntityDescriptor ed, PropertyInfo pi, Connection conn, DbUtil dbUtil)
           
protected
<E extends Entity>
void
JDBCEntityManager.resolveNamedChildren(E instance, EntityDescriptor ed, PropertyInfo pi, Connection conn, DbUtil dbUtil)
           
protected
<E extends Entity>
void
JDBCEntityManager.resolveReferences(E instance, EntityDescriptor ed, PropertyInfo pi, Connection conn, DbUtil dbUtil)
           
protected
<E extends Entity>
void
JDBCEntityManager.resolveSingleForeign(E instance, EntityDescriptor ed, PropertyInfo pi, Connection conn, DbUtil dbUtil)
           
protected
<E extends Entity>
void
JDBCEntityManager.resolveUnnamedChildren(E instance, EntityDescriptor ed, PropertyInfo pi, Connection conn, DbUtil dbUtil)
           
protected
<E extends Entity>
void
JDBCEntityManager.resolveWeightedReferences(E instance, EntityDescriptor ed, PropertyInfo pi, Connection conn, DbUtil dbUtil)
           
 

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

Methods in de.schwarzrot.data.access.pref with parameters of type PropertyInfo
 void PreferencesEntityIntrospector.patchPropertyInfo(PropertyInfo info, EntityDescriptor ed)
           
 

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

Methods in de.schwarzrot.data.access.support that return types with arguments of type PropertyInfo
 Map<String,PropertyInfo> EntityDescriptor.getForeigns()
           
 Map<String,PropertyInfo> EntityDescriptor.getNamedChildren()
           
 Map<String,PropertyInfo> EntityDescriptor.getPersistenceAttributes()
           
 Map<String,PropertyInfo> EntityDescriptor.getProperties()
           
 Map<String,PropertyInfo> EntityDescriptor.getUnnamedChildren()
           
 

Methods in de.schwarzrot.data.access.support with parameters of type PropertyInfo
protected
<E extends Entity>
void
XMLExporter.exportProperty(E object, PropertyInfo pi, Writer out)
           
 String ConditionElement.format(EntityDescriptor ed, PropertyInfo pi, DbUtil du, Object physValue)
          format the condition text with the given parameters
 String AbstractFunctionCondtion.format(EntityDescriptor ed, PropertyInfo pi, DbUtil du, Object physValue)
           
 String AbstractConditionElement.format(EntityDescriptor ed, PropertyInfo pi, DbUtil du, Object physValue)
           
 String EntityDescriptor.getMappedName(PropertyInfo pi)
           
protected  void EntityIntrospector.patchPropertyInfo(PropertyInfo info, EntityDescriptor ed)
          callback to extend/change introspection.
protected  void EntityDescriptor.validatePropertyInfo(Class<?> entityType, PropertyInfo pi)
           
 

Method parameters in de.schwarzrot.data.access.support with type arguments of type PropertyInfo
protected
<E extends Entity>
void
XMLExporter.investigate(E instance, EntityDescriptor ed, Map<String,Map<Long,Entity>> cache, Map<String,PropertyInfo> relMap, Writer out)
           
 


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.