com.bm.datagen.relation
Interface EntityRelation<T>
- Type Parameters:
T
- -
the type of the bean
- All Known Implementing Classes:
- BeanCollectionGenerator, SingleBeanGenerator
public interface EntityRelation<T>
This interface represents entity beans which are used by other components ->
all used entity beans have to be registered before.
- Author:
- Daniel Wiese
Method Summary |
java.lang.Class<T> |
getUsedBeans()
Informations if other beans (types) are used. |
getUsedBeans
java.lang.Class<T> getUsedBeans()
- Informations if other beans (types) are used.
- Returns:
- a list of entity bean classes.
Copyright © 2008. All Rights Reserved.