|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EntityIntrospector | |
---|---|
de.schwarzrot.data.access | provides the working class for the anonymous Persistence layer. |
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 EntityIntrospector in de.schwarzrot.data.access |
---|
Methods in de.schwarzrot.data.access that return EntityIntrospector | |
---|---|
EntityIntrospector |
TransactionResource.getEntityIntrospector()
returns the entity introspector used for this storage handle |
Methods in de.schwarzrot.data.access with parameters of type EntityIntrospector | |
---|---|
void |
TransactionResource.setEntityIntrospector(EntityIntrospector entityIntrospector)
sets the entity introspector used for this storage handle |
void |
EntityManager.setEntityIntrospector(EntityIntrospector entityIntrospector)
sets the entity introspector used to fill an EntityDescriptor
with informations about entities. |
Uses of EntityIntrospector in de.schwarzrot.data.access.jdbc |
---|
Subclasses of EntityIntrospector in de.schwarzrot.data.access.jdbc | |
---|---|
class |
JDBCEntityIntrospector
class to complete entity introspection for jdbc data storage systems. |
Uses of EntityIntrospector in de.schwarzrot.data.access.pref |
---|
Subclasses of EntityIntrospector in de.schwarzrot.data.access.pref | |
---|---|
class |
PreferencesEntityIntrospector
class to complete entity introspection for preferences data storage systems. |
Uses of EntityIntrospector in de.schwarzrot.data.access.support |
---|
Methods in de.schwarzrot.data.access.support that return EntityIntrospector | |
---|---|
EntityIntrospector |
AbstractEntityManager.getEntityIntrospector()
|
Methods in de.schwarzrot.data.access.support with parameters of type EntityIntrospector | ||
---|---|---|
|
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 |
|
void |
AbstractEntityManager.setEntityIntrospector(EntityIntrospector entityIntrospector)
|
|
SRJRCFrames v0.1.296 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |