@Generated(value={"http://www.jooq.org","3.2.0"}, comments="This class is generated by jOOQ") public class RoleRecord extends org.jooq.impl.UpdatableRecordImpl<RoleRecord> implements org.jooq.Record2<Long,String>, IRole
| Constructor and Description |
|---|
RoleRecord()
Create a detached RoleRecord
|
RoleRecord(Long id,
String name)
Create a detached, initialised RoleRecord
|
| 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<?>[] |
fields() |
org.jooq.Field<?>[] |
fields(org.jooq.Field<?>... arg0) |
org.jooq.Field<?>[] |
fields(int... arg0) |
org.jooq.Field<?>[] |
fields(String... arg0) |
org.jooq.Row2<Long,String> |
fieldsRow() |
void |
from(IRole from)
Load data from another generated Record/POJO implementing the common interface IRole
|
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) |
Long |
getId()
Getter for
PUBLIC.ROLE.ID. |
String |
getName()
Getter for
PUBLIC.ROLE.NAME. |
<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 IRole> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface IRole
|
<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) |
RoleRecord |
setId(Long value)
Setter for
PUBLIC.ROLE.ID. |
RoleRecord |
setName(String value)
Setter for
PUBLIC.ROLE.NAME. |
<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() |
org.jooq.Row2<Long,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 RoleRecord setId(Long value)
PUBLIC.ROLE.ID.public RoleRecord setName(String value)
PUBLIC.ROLE.NAME.public String getName()
PUBLIC.ROLE.NAME.public org.jooq.Record1<Long> key()
key in interface org.jooq.UpdatableRecord<RoleRecord>key in class org.jooq.impl.UpdatableRecordImpl<RoleRecord>public org.jooq.Row2<Long,String> fieldsRow()
fieldsRow in interface org.jooq.RecordfieldsRow in interface org.jooq.Record2<Long,String>fieldsRow in class org.jooq.impl.TableRecordImpl<RoleRecord>public org.jooq.Row2<Long,String> valuesRow()
valuesRow in interface org.jooq.RecordvaluesRow in interface org.jooq.Record2<Long,String>valuesRow in class org.jooq.impl.TableRecordImpl<RoleRecord>public org.jooq.Field<Long> field1()
public org.jooq.Field<String> field2()
public void from(IRole from)
public <E extends IRole> 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 © 2013. All Rights Reserved.