Uses of Interface
com.bm.introspectors.Introspector

Packages that use Introspector
com.bm.creators   
com.bm.datagen   
com.bm.datagen.utils   
com.bm.introspectors   
com.bm.utils   
 

Uses of Introspector in com.bm.creators
 

Constructors in com.bm.creators with parameters of type Introspector
EntityInstanceCreator(javax.persistence.EntityManager em, Introspector<T> intro, java.lang.Class<T> toCreate, java.util.List<Generator<?>> generators)
          Default constructor.
 

Uses of Introspector in com.bm.datagen
 

Methods in com.bm.datagen with parameters of type Introspector
<T> java.lang.Object
DataGenerator.getNextValue(Property property, Introspector<T> introspector, java.lang.Object instance)
          Return the value form the generator.
 

Uses of Introspector in com.bm.datagen.utils
 

Methods in com.bm.datagen.utils with parameters of type Introspector
protected  T BaseUniqueValueGenerator.getUniqueValueForEachPkField(Property forProperty, Introspector<? extends java.lang.Object> introspector)
          Generates a unique value for each field (if the field is a PK field)
 void GeneratorDependencyInjector.setIntrospector(Introspector<?> introspector)
          The current introspector.
 

Uses of Introspector in com.bm.introspectors
 

Classes in com.bm.introspectors that implement Introspector
 class AbstractPersistentClassIntrospector<T>
          This class implements the common methods for all concrete inspectors.
 class EmbeddedClassIntrospector<T>
          This class inspects all relevant fields of an embedded class and holds the information.
 class EntityBeanIntrospector<T>
          This class inspects all relevant fields of an entity bean and holds the information.
 

Uses of Introspector in com.bm.utils
 

Methods in com.bm.utils with parameters of type Introspector
static
<T> void
NullableSetter.setFieldsToNull(java.util.List<T> beans, Introspector<T> intro)
          Sets nullable fields to null.
static
<T> void
NullableSetter.setFieldsToNull(T bean, Introspector<T> intro)
          Sets nullable fields to null.
static
<T> void
BeanEqualsTester.testEqualsOnPersistentFields(java.util.List<T> original, java.util.List<T> readed, Introspector<T> intro)
          Test the collection for equality on persistent fields (if not equal a runntime excetion is thrown).
 



Copyright © 2008. All Rights Reserved.