public class UserAccountColumns
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Columns |
cols |
static Columns |
infoCols |
Constructor and Description |
---|
UserAccountColumns() |
Modifier and Type | Method and Description |
---|---|
static JdbcAbstractStore.EntityPopulator<UserAccountInfo> |
infoPopulator() |
static JdbcAbstractStore.EntityPopulator<UserAccount> |
populator() |
static JdbcAbstractStore.StatementValues<UserAccount> |
statementValues() |
public static JdbcAbstractStore.StatementValues<UserAccount> statementValues()
public static JdbcAbstractStore.EntityPopulator<UserAccount> populator()
public static JdbcAbstractStore.EntityPopulator<UserAccountInfo> infoPopulator()
Copyright © 2021. All Rights Reserved.