Uses of Interface
guru.mikelue.foxglove.setting.SettingAware
Packages that use SettingAware
Package
Description
Foxglove is a lightweight Java library for easing the generating data for testing database-related code.
This package provides the JDBC implementation of
DataGenerator, TableFacet.This package provides classes to handle settings for data generating.
-
Uses of SettingAware in guru.mikelue.foxglove
Subinterfaces of SettingAware in guru.mikelue.foxgloveModifier and TypeInterfaceDescriptioninterfaceDataGenerator<T extends TableFacet>Defines the common operators for data generating. -
Uses of SettingAware in guru.mikelue.foxglove.jdbc
Classes in guru.mikelue.foxglove.jdbc that implement SettingAwareModifier and TypeClassDescriptionclassJDBC implementation ofDataGenerator.static classBuilds aJdbcTableFacetwith table name. -
Uses of SettingAware in guru.mikelue.foxglove.setting
Classes in guru.mikelue.foxglove.setting with type parameters of type SettingAwareModifier and TypeInterfaceDescriptioninterfaceSettingAware<T extends SettingAware<T>>Interface for classes which support customizedDataSetting.