com.bm.datagen.annotations |
|
Java Source File Name | Type | Comment |
CleanupGenerator.java | Annotation | If a method is anotated with this annotation the methos get called in the
tearDown method of the JUnit test. |
FieldType.java | enum | This enum specify to which field types a data generator shuld by applied. |
ForInstance.java | Annotation | This annotation can be used in generators if a generator need a reference to
the entity bean instance where this generator is used for. |
ForProperty.java | Annotation | This annotation can be used in generators if a generator need a reference to
the property of a entity bean instance where this generator is used for. |
GeneratorType.java | Annotation | This annotation describes the metadata of an generator. |
PrepareGenerator.java | Annotation | If a method is anotated with this annotation the methos get called in the
setup method of the JUnit test. |
UsedIntrospector.java | Annotation | This annotation can be used in generators if a generator need a reference to
the introspector assoziated with the entity bean, where this generator is
used for. |