|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
JDBCEntityManager.resolveGroupedUnnamedChildren(E instance,
EntityDescriptor ed,
PropertyInfo pi,
Connection conn,
DbUtil dbUtil)
|
|
protected
|
JDBCEntityManager.resolveNamedChildren(E instance,
EntityDescriptor ed,
PropertyInfo pi,
Connection conn,
DbUtil dbUtil)
|
|
protected
|
JDBCEntityManager.resolveReferences(E instance,
EntityDescriptor ed,
PropertyInfo pi,
Connection conn,
DbUtil dbUtil)
|
|
protected
|
JDBCEntityManager.resolveSingleForeign(E instance,
EntityDescriptor ed,
PropertyInfo pi,
Connection conn,
DbUtil dbUtil)
|
|
protected
|
JDBCEntityManager.resolveUnnamedChildren(E instance,
EntityDescriptor ed,
PropertyInfo pi,
Connection conn,
DbUtil dbUtil)
|
|
protected
|
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
|
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
|
XMLExporter.investigate(E instance,
EntityDescriptor ed,
Map<String,Map<Long,Entity>> cache,
Map<String,PropertyInfo> relMap,
Writer out)
|
|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |