| com.bm.introspectors.Introspector
Introspector | public interface Introspector (Code) | | This interface represents different introspectors like
EntityBeanIntrospector.
author: Daniel Wiese< Parameters: T - > -the type of the inspected class since: 07.10.2005 |
getPersitentProperties | List<Property> getPersitentProperties()(Code) | | Returns the persistent fields.
Returns the persitentFields. |
getPkFields | Set<Property> getPkFields()(Code) | | Return the primary key fields.
Returns the pkFields. |
getPresistentFieldInfo | PersistentPropertyInfo getPresistentFieldInfo(Property toCheck)(Code) | | This method returns informations about a peristent field.
Parameters: toCheck - -the field to check - the information about the field |
getPrimaryKeyInfo | PrimaryKeyInfo getPrimaryKeyInfo(Property toCheck)(Code) | | This method returns informations about a primary key field.
Parameters: toCheck - -the field to check - the information about the field |
|
|