Class DiscriminatorJdbcBuilder<T>

java.lang.Object
org.simpleflatmapper.jdbc.DiscriminatorJdbcBuilder<T>
Type Parameters:
T - the root type of the jdbcMapper

public class DiscriminatorJdbcBuilder<T> extends Object
The builder is used to build a DiscriminatorMapper that will instantiate different types depending on the value of a specified field.