@Generated(value={"http://www.jooq.org","3.2.0"}, comments="This class is generated by jOOQ") public class UserRecord extends org.jooq.impl.UpdatableRecordImpl<UserRecord> implements org.jooq.Record4<Long,String,String,String>, IUser
| Constructor and Description |
|---|
UserRecord()
Create a detached UserRecord
|
UserRecord(Long id,
String name,
String hash,
String roles)
Create a detached, initialised UserRecord
|
| Modifier and Type | Method and Description |
|---|---|
void |
attach(org.jooq.Configuration arg0) |
boolean |
changed() |
void |
changed(boolean arg0) |
boolean |
changed(org.jooq.Field<?> arg0) |
void |
changed(org.jooq.Field<?> arg0,
boolean arg1) |
boolean |
changed(int arg0) |
void |
changed(int arg0,
boolean arg1) |
boolean |
changed(String arg0) |
void |
changed(String arg0,
boolean arg1) |
org.jooq.Configuration |
configuration() |
protected org.jooq.DSLContext |
create() |
void |
detach() |
<T> org.jooq.Field<T> |
field(org.jooq.Field<T> arg0) |
org.jooq.Field<?> |
field(int arg0) |
org.jooq.Field<?> |
field(String arg0) |
org.jooq.Field<Long> |
field1() |
org.jooq.Field<String> |
field2() |
org.jooq.Field<String> |
field3() |
org.jooq.Field<String> |
field4() |
org.jooq.Field<?>[] |
fields() |
org.jooq.Field<?>[] |
fields(org.jooq.Field<?>... arg0) |
org.jooq.Field<?>[] |
fields(int... arg0) |
org.jooq.Field<?>[] |
fields(String... arg0) |
org.jooq.Row4<Long,String,String,String> |
fieldsRow() |
void |
from(IUser from)
Load data from another generated Record/POJO implementing the common interface IUser
|
void |
from(Object arg0) |
void |
from(Object arg0,
org.jooq.Field<?>... arg1) |
void |
from(Object arg0,
int... arg1) |
void |
from(Object arg0,
String... arg1) |
protected void |
from(org.jooq.Record arg0) |
void |
fromArray(Object... arg0) |
void |
fromArray(Object[] arg0,
org.jooq.Field<?>... arg1) |
void |
fromArray(Object[] arg0,
int... arg1) |
void |
fromArray(Object[] arg0,
String... arg1) |
void |
fromMap(Map<String,?> arg0) |
void |
fromMap(Map<String,?> arg0,
org.jooq.Field<?>... arg1) |
void |
fromMap(Map<String,?> arg0,
int... arg1) |
void |
fromMap(Map<String,?> arg0,
String... arg1) |
String |
getHash()
Getter for
PUBLIC.USER.HASH. |
Long |
getId()
Getter for
PUBLIC.USER.ID. |
String |
getName()
Getter for
PUBLIC.USER.NAME. |
String |
getRoles()
Getter for
PUBLIC.USER.ROLES. |
<T> T |
getValue(org.jooq.Field<?> arg0,
Class<? extends T> arg1) |
<T> T |
getValue(org.jooq.Field<?> arg0,
Class<? extends T> arg1,
T arg2) |
<T> T |
getValue(org.jooq.Field<T> arg0) |
<T,U> U |
getValue(org.jooq.Field<T> arg0,
org.jooq.Converter<? super T,U> arg1) |
<T,U> U |
getValue(org.jooq.Field<T> arg0,
org.jooq.Converter<? super T,U> arg1,
U arg2) |
<T> T |
getValue(org.jooq.Field<T> arg0,
T arg1) |
Object |
getValue(int arg0) |
<T> T |
getValue(int arg0,
Class<? extends T> arg1) |
<T> T |
getValue(int arg0,
Class<? extends T> arg1,
T arg2) |
<U> U |
getValue(int arg0,
org.jooq.Converter<?,U> arg1) |
<U> U |
getValue(int arg0,
org.jooq.Converter<?,U> arg1,
U arg2) |
Object |
getValue(int arg0,
Object arg1) |
Object |
getValue(String arg0) |
<T> T |
getValue(String arg0,
Class<? extends T> arg1) |
<T> T |
getValue(String arg0,
Class<? extends T> arg1,
T arg2) |
<U> U |
getValue(String arg0,
org.jooq.Converter<?,U> arg1) |
<U> U |
getValue(String arg0,
org.jooq.Converter<?,U> arg1,
U arg2) |
Object |
getValue(String arg0,
Object arg1) |
<E> E |
into(Class<? extends E> arg0) |
<E> E |
into(E arg0) |
<E extends IUser> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IUser
|
<R extends org.jooq.Record> |
into(org.jooq.Table<R> arg0) |
Object[] |
intoArray() |
Map<String,Object> |
intoMap() |
ResultSet |
intoResultSet() |
org.jooq.Record1<Long> |
key() |
<E> E |
map(org.jooq.RecordMapper<org.jooq.Record,E> arg0) |
<T> T |
original(org.jooq.Field<T> arg0) |
Object |
original(int arg0) |
Object |
original(String arg0) |
void |
reset() |
void |
reset(org.jooq.Field<?> arg0) |
void |
reset(int arg0) |
void |
reset(String arg0) |
UserRecord |
setHash(String value)
Setter for
PUBLIC.USER.HASH. |
UserRecord |
setId(Long value)
Setter for
PUBLIC.USER.ID. |
UserRecord |
setName(String value)
Setter for
PUBLIC.USER.NAME. |
UserRecord |
setRoles(String value)
Setter for
PUBLIC.USER.ROLES. |
<T> void |
setValue(org.jooq.Field<T> arg0,
T arg1) |
<T,U> void |
setValue(org.jooq.Field<T> arg0,
U arg1,
org.jooq.Converter<T,? super U> arg2) |
protected void |
setValue(int arg0,
Object arg1) |
int |
size() |
Long |
value1() |
String |
value2() |
String |
value3() |
String |
value4() |
org.jooq.Row4<Long,String,String,String> |
valuesRow() |
copy, delete, fetchChild, fetchChildren, insert, refresh, refresh, store, updateclone, finalize, getClass, notify, notifyAll, wait, wait, waitchanged, changed, changed, changed, changed, changed, changed, changed, compareTo, equals, field, field, field, fields, fields, fields, fields, from, from, from, from, fromArray, fromArray, fromArray, fromArray, fromMap, fromMap, fromMap, fromMap, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, getValue, hashCode, into, into, into, intoArray, intoMap, intoResultSet, map, original, original, original, original, reset, reset, reset, reset, setValue, setValue, sizepublic UserRecord setId(Long value)
PUBLIC.USER.ID.public UserRecord setName(String value)
PUBLIC.USER.NAME.public String getName()
PUBLIC.USER.NAME.public UserRecord setHash(String value)
PUBLIC.USER.HASH.public String getHash()
PUBLIC.USER.HASH.public UserRecord setRoles(String value)
PUBLIC.USER.ROLES.public String getRoles()
PUBLIC.USER.ROLES.public org.jooq.Record1<Long> key()
key in interface org.jooq.UpdatableRecord<UserRecord>key in class org.jooq.impl.UpdatableRecordImpl<UserRecord>public org.jooq.Row4<Long,String,String,String> fieldsRow()
fieldsRow in interface org.jooq.RecordfieldsRow in interface org.jooq.Record4<Long,String,String,String>fieldsRow in class org.jooq.impl.TableRecordImpl<UserRecord>public org.jooq.Row4<Long,String,String,String> valuesRow()
valuesRow in interface org.jooq.RecordvaluesRow in interface org.jooq.Record4<Long,String,String,String>valuesRow in class org.jooq.impl.TableRecordImpl<UserRecord>public org.jooq.Field<Long> field1()
public org.jooq.Field<String> field2()
public org.jooq.Field<String> field3()
public org.jooq.Field<String> field4()
public Long value1()
public String value2()
public String value3()
public String value4()
public void from(IUser from)
public <E extends IUser> E into(E into)
public final <T> org.jooq.Field<T> field(org.jooq.Field<T> arg0)
field in interface org.jooq.Recordpublic final org.jooq.Field<?> field(String arg0)
field in interface org.jooq.Recordpublic final org.jooq.Field<?> field(int arg0)
field in interface org.jooq.Recordpublic final org.jooq.Field<?>[] fields()
fields in interface org.jooq.Recordpublic final org.jooq.Field<?>[] fields(org.jooq.Field<?>... arg0)
fields in interface org.jooq.Recordpublic final org.jooq.Field<?>[] fields(String... arg0)
fields in interface org.jooq.Recordpublic final org.jooq.Field<?>[] fields(int... arg0)
fields in interface org.jooq.Recordpublic final int size()
size in interface org.jooq.Recordpublic final <T> T getValue(org.jooq.Field<T> arg0)
getValue in interface org.jooq.Recordpublic final <T> T getValue(org.jooq.Field<T> arg0,
T arg1)
getValue in interface org.jooq.Recordpublic final <T> T getValue(org.jooq.Field<?> arg0,
Class<? extends T> arg1)
getValue in interface org.jooq.Recordpublic final <T> T getValue(org.jooq.Field<?> arg0,
Class<? extends T> arg1,
T arg2)
getValue in interface org.jooq.Recordpublic final <T,U> U getValue(org.jooq.Field<T> arg0,
org.jooq.Converter<? super T,U> arg1)
getValue in interface org.jooq.Recordpublic final <T,U> U getValue(org.jooq.Field<T> arg0,
org.jooq.Converter<? super T,U> arg1,
U arg2)
getValue in interface org.jooq.Recordpublic final Object getValue(int arg0)
getValue in interface org.jooq.Recordpublic final Object getValue(int arg0, Object arg1)
getValue in interface org.jooq.Recordpublic final <T> T getValue(int arg0,
Class<? extends T> arg1)
getValue in interface org.jooq.Recordpublic final <T> T getValue(int arg0,
Class<? extends T> arg1,
T arg2)
getValue in interface org.jooq.Recordpublic final <U> U getValue(int arg0,
org.jooq.Converter<?,U> arg1)
getValue in interface org.jooq.Recordpublic final <U> U getValue(int arg0,
org.jooq.Converter<?,U> arg1,
U arg2)
getValue in interface org.jooq.Recordpublic final Object getValue(String arg0)
getValue in interface org.jooq.Recordpublic final Object getValue(String arg0, Object arg1)
getValue in interface org.jooq.Recordpublic final <T> T getValue(String arg0, Class<? extends T> arg1)
getValue in interface org.jooq.Recordpublic final <T> T getValue(String arg0, Class<? extends T> arg1, T arg2)
getValue in interface org.jooq.Recordpublic final <U> U getValue(String arg0, org.jooq.Converter<?,U> arg1)
getValue in interface org.jooq.Recordpublic final <U> U getValue(String arg0, org.jooq.Converter<?,U> arg1, U arg2)
getValue in interface org.jooq.Recordpublic final <T> void setValue(org.jooq.Field<T> arg0,
T arg1)
setValue in interface org.jooq.Recordpublic final <T,U> void setValue(org.jooq.Field<T> arg0,
U arg1,
org.jooq.Converter<T,? super U> arg2)
setValue in interface org.jooq.Recordprotected final void setValue(int arg0,
Object arg1)
public final <T> T original(org.jooq.Field<T> arg0)
original in interface org.jooq.Recordpublic final Object original(int arg0)
original in interface org.jooq.Recordpublic final Object original(String arg0)
original in interface org.jooq.Recordpublic final boolean changed()
changed in interface org.jooq.Recordpublic final boolean changed(org.jooq.Field<?> arg0)
changed in interface org.jooq.Recordpublic final boolean changed(int arg0)
changed in interface org.jooq.Recordpublic final boolean changed(String arg0)
changed in interface org.jooq.Recordpublic final void changed(boolean arg0)
changed in interface org.jooq.Recordpublic final void changed(org.jooq.Field<?> arg0,
boolean arg1)
changed in interface org.jooq.Recordpublic final void changed(int arg0,
boolean arg1)
changed in interface org.jooq.Recordpublic final void changed(String arg0, boolean arg1)
changed in interface org.jooq.Recordpublic final void reset()
reset in interface org.jooq.Recordpublic final void reset(org.jooq.Field<?> arg0)
reset in interface org.jooq.Recordpublic final void reset(int arg0)
reset in interface org.jooq.Recordpublic final void reset(String arg0)
reset in interface org.jooq.Recordpublic final Object[] intoArray()
intoArray in interface org.jooq.Recordpublic final Map<String,Object> intoMap()
intoMap in interface org.jooq.Recordpublic final <E> E into(Class<? extends E> arg0)
into in interface org.jooq.Recordpublic final <E> E into(E arg0)
into in interface org.jooq.Recordpublic final <R extends org.jooq.Record> R into(org.jooq.Table<R> arg0)
into in interface org.jooq.Recordpublic final ResultSet intoResultSet()
intoResultSet in interface org.jooq.Recordpublic final <E> E map(org.jooq.RecordMapper<org.jooq.Record,E> arg0)
map in interface org.jooq.Recordpublic final void from(Object arg0)
from in interface org.jooq.Recordpublic final void from(Object arg0, org.jooq.Field<?>... arg1)
from in interface org.jooq.Recordpublic final void from(Object arg0, String... arg1)
from in interface org.jooq.Recordpublic final void from(Object arg0, int... arg1)
from in interface org.jooq.Recordpublic final void fromMap(Map<String,?> arg0)
fromMap in interface org.jooq.Recordpublic final void fromMap(Map<String,?> arg0, org.jooq.Field<?>... arg1)
fromMap in interface org.jooq.Recordpublic final void fromMap(Map<String,?> arg0, String... arg1)
fromMap in interface org.jooq.Recordpublic final void fromMap(Map<String,?> arg0, int... arg1)
fromMap in interface org.jooq.Recordpublic final void fromArray(Object... arg0)
fromArray in interface org.jooq.Recordpublic final void fromArray(Object[] arg0, org.jooq.Field<?>... arg1)
fromArray in interface org.jooq.Recordpublic final void fromArray(Object[] arg0, String... arg1)
fromArray in interface org.jooq.Recordpublic final void fromArray(Object[] arg0, int... arg1)
fromArray in interface org.jooq.Recordprotected final void from(org.jooq.Record arg0)
public final void attach(org.jooq.Configuration arg0)
attach in interface org.jooq.Attachablepublic final void detach()
detach in interface org.jooq.Attachablepublic final org.jooq.Configuration configuration()
configuration in interface org.jooq.AttachableInternalprotected final org.jooq.DSLContext create()
Copyright © 2014. All Rights Reserved.