Uses of Class
org.jooq.exception.MappingException
Packages that use MappingException
-
Uses of MappingException in org.jooq
Methods in org.jooq that throw MappingExceptionModifier and TypeMethodDescription<E> EResultQuery.fetchAnyInto(Class<? extends E> type) Map resulting records onto a custom type.ResultQuery.fetchGroups(int[] keyFieldIndexes, Class<? extends E> type) Execute the query and return aMapwith results grouped by the given keys and mapped into the given entity type.ResultQuery.fetchGroups(int[] keyFieldIndexes, RecordMapper<? super R, E> mapper) Execute the query and return aMapwith results grouped by the given keys and mapped by the given mapper.ResultQuery.fetchGroups(int keyFieldIndex, Class<? extends E> type) Return aMapwith results grouped by the given key and mapped into the given entity type.ResultQuery.fetchGroups(int keyFieldIndex, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key and mapped by the given mapper.ResultQuery.fetchGroups(Class<? extends K> keyType) Execute the query and return aMapwith results grouped by the given key entity.ResultQuery.fetchGroups(Class<? extends K> keyType, Class<? extends V> valueType) Execute the query and return aMapwith results grouped by the given key entity and mapped into the given entity type.ResultQuery.fetchGroups(Class<? extends K> keyType, RecordMapper<? super R, V> valueMapper) Execute the query and return aMapwith results grouped by the given key entity and mapped into the given entity type.ResultQuery.fetchGroups(String[] keyFieldNames, Class<? extends E> type) Execute the query and return aMapwith results grouped by the given keys and mapped into the given entity type.ResultQuery.fetchGroups(String[] keyFieldNames, RecordMapper<? super R, E> mapper) Execute the query and return aMapwith results grouped by the given keys and mapped by the given mapper.ResultQuery.fetchGroups(String keyFieldName, Class<? extends E> type) Return aMapwith results grouped by the given key and mapped into the given entity type.ResultQuery.fetchGroups(String keyFieldName, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key and mapped by the given mapper.ResultQuery.fetchGroups(Field<?>[] keys, Class<? extends E> type) Execute the query and return aMapwith results grouped by the given keys and mapped into the given entity type.ResultQuery.fetchGroups(Field<?>[] keys, RecordMapper<? super R, E> mapper) Execute the query and return aMapwith results grouped by the given keys and mapped by the given mapper.ResultQuery.fetchGroups(Field<K> key, Class<? extends E> type) Return aMapwith results grouped by the given key and mapped into the given entity type.ResultQuery.fetchGroups(Field<K> key, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key and mapped by the given mapper.ResultQuery.fetchGroups(Name[] keyFieldNames, Class<? extends E> type) Execute the query and return aMapwith results grouped by the given keys and mapped into the given entity type.ResultQuery.fetchGroups(Name[] keyFieldNames, RecordMapper<? super R, E> mapper) Execute the query and return aMapwith results grouped by the given keys and mapped by the given mapper.ResultQuery.fetchGroups(Name keyFieldName, Class<? extends E> type) Return aMapwith results grouped by the given key and mapped into the given entity type.ResultQuery.fetchGroups(Name keyFieldName, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key and mapped by the given mapper.ResultQuery.fetchGroups(RecordMapper<? super R, K> keyMapper) Execute the query and return aMapwith results grouped by the given key entity and mapped into the given entity type.ResultQuery.fetchGroups(RecordMapper<? super R, K> keyMapper, Class<V> valueType) Execute the query and return aMapwith results grouped by the given key entity and mapped into the given entity type.ResultQuery.fetchGroups(RecordMapper<? super R, K> keyMapper, RecordMapper<? super R, V> valueMapper) Execute the query and return aMapwith results grouped by the given key entity and mapped into the given entity type.ResultQuery.fetchGroups(Table<S> table, Class<? extends E> type) Execute the query and return aMapwith results grouped by the given table and mapped into the given entity type.ResultQuery.fetchGroups(Table<S> table, RecordMapper<? super R, E> mapper) Execute the query and return aMapwith results grouped by the given table and mapped by the given mapper.<E> @NotNull List<E>Map resulting records onto a custom type.Map resulting records onto a custom record.<E> @NotNull List<E>Map resulting records onto a custom type.Execute the query and return aMapwith results grouped by the given keys and mapped into the given entity type.ResultQuery.fetchMap(int[] keyFieldIndexes, RecordMapper<? super R, E> mapper) Execute the query and return aMapwith results grouped by the given keys and mapped by the given mapper.Execute the query and return aMapwith results grouped by the given key entity.<K,V> @NotNull Map<K, V> Execute the query and return aMapwith results grouped by the given key entity and mapped into the given entity type.<K,V> @NotNull Map<K, V> ResultQuery.fetchMap(Class<? extends K> keyType, RecordMapper<? super R, V> valueMapper) Execute the query and return aMapwith results grouped by the given key entity and mapped into the given entity type.Execute the query and return aMapwith results grouped by the given keys and mapped into the given entity type.ResultQuery.fetchMap(String[] keyFieldNames, RecordMapper<? super R, E> mapper) Execute the query and return aMapwith results grouped by the given keys and mapped by the given mapper.Execute the query and return aMapwith results grouped by the given keys and mapped into the given entity type.ResultQuery.fetchMap(Field<?>[] keys, RecordMapper<? super R, E> mapper) Execute the query and return aMapwith results grouped by the given keys and mapped by the given mapper.Execute the query and return aMapwith results grouped by the given keys and mapped into the given entity type.ResultQuery.fetchMap(Name[] keyFieldNames, RecordMapper<? super R, E> mapper) Execute the query and return aMapwith results grouped by the given keys and mapped by the given mapper.ResultQuery.fetchMap(RecordMapper<? super R, K> keyMapper) Execute the query and return aMapwith results grouped by the given key entity and mapped into the given entity type.<K,V> @NotNull Map<K, V> ResultQuery.fetchMap(RecordMapper<? super R, K> keyMapper, Class<V> valueType) Execute the query and return aMapwith results grouped by the given key entity and mapped into the given entity type.<K,V> @NotNull Map<K, V> ResultQuery.fetchMap(RecordMapper<? super R, K> keyMapper, RecordMapper<? super R, V> valueMapper) Execute the query and return aMapwith results grouped by the given key entity and mapped into the given entity type.Execute the query and return aMapwith results grouped by the given table and mapped into the given entity type.ResultQuery.fetchMap(Table<S> table, RecordMapper<? super R, E> mapper) Execute the query and return aMapwith results grouped by the given table and mapped by the given mapper.<E> ECursor.fetchNextInto(Class<? extends E> type) Map the next resulting record onto a custom type.<Z extends Record>
ZCursor.fetchNextInto(Table<Z> table) Map the next resulting record onto a custom record.<E> @NotNull Optional<E>Cursor.fetchNextOptionalInto(Class<? extends E> type) Map the next resulting record onto a custom type.Cursor.fetchNextOptionalInto(Table<Z> table) Map the next resulting record onto a custom record.<E> ECursor.fetchOneInto(Class<? extends E> type) Deprecated, for removal: This API element is subject to removal in a future version.<Z extends Record>
ZCursor.fetchOneInto(Table<Z> table) Deprecated, for removal: This API element is subject to removal in a future version.- 3.10 - [#6363] - UseCursor.fetchNextInto(Table)instead.<E> EResultQuery.fetchOneInto(Class<? extends E> type) Map resulting records onto a custom type.<E> @NotNull Optional<E>Cursor.fetchOptionalInto(Class<? extends E> type) Deprecated, for removal: This API element is subject to removal in a future version.- 3.10 - [#6363] - UseCursor.fetchNextOptionalInto(Class)instead.Cursor.fetchOptionalInto(Table<Z> table) Deprecated, for removal: This API element is subject to removal in a future version.- 3.10 - [#6363] - UseCursor.fetchNextOptionalInto(Table)instead.<E> @NotNull Optional<E>ResultQuery.fetchOptionalInto(Class<? extends E> type) Map resulting records onto a custom type.<E> EResultQuery.fetchSingleInto(Class<? extends E> type) Map resulting records onto a custom type.<E> @NotNull Stream<E>ResultQuery.fetchStreamInto(Class<? extends E> type) Stream this query, mapping records into a custom type.voidLoad data into this record from a source.voidLoad data into this record from a source, providing some field indexes.voidLoad data into this record from a source, providing some field names.voidLoad data into this record from a source, providing some fields.voidLoad data into this record from a source, providing some field names.<E> ERecord.into(E object) Map resulting records onto a custom type.<E> EMap resulting records onto a custom type.<E> @NotNull List<E>Map resulting records onto a custom type.Map resulting records onto a custom record.Result.intoGroups(int[] keyFieldIndexes, Class<? extends E> type) Return aMapwith results grouped by the given keys and mapped into the given entity type.Result.intoGroups(int[] keyFieldIndexes, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given keys and mapped into the given entity type.Result.intoGroups(int keyFieldIndex, Class<? extends E> type) Return aMapwith results grouped by the given key and mapped into the given entity type.Result.intoGroups(int keyFieldIndex, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key and mapped by the given mapper.Result.intoGroups(Class<? extends K> keyType) Return aMapwith results grouped by the given key entity.Result.intoGroups(Class<? extends K> keyType, Class<? extends V> valueType) Return aMapwith results grouped by the given key entity and mapped into the given entity type.Result.intoGroups(Class<? extends K> keyType, RecordMapper<? super R, V> valueMapper) Return aMapwith results grouped by the given key entity and mapped into the given entity type.Result.intoGroups(String[] keyFieldNames, Class<? extends E> type) Return aMapwith results grouped by the given keys and mapped into the given entity type.Result.intoGroups(String[] keyFieldNames, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given keys and mapped into the given entity type.Result.intoGroups(String keyFieldName, Class<? extends E> type) Return aMapwith results grouped by the given key and mapped into the given entity type.Result.intoGroups(String keyFieldName, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key and mapped by the given mapper.Result.intoGroups(Field<?>[] keys, Class<? extends E> type) Return aMapwith results grouped by the given keys and mapped into the given entity type.Result.intoGroups(Field<?>[] keys, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given keys and mapped into the given entity type.Result.intoGroups(Field<K> key, Class<? extends E> type) Return aMapwith results grouped by the given key and mapped into the given entity type.Result.intoGroups(Field<K> key, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key and mapped by the given mapper.Result.intoGroups(Name[] keyFieldNames, Class<? extends E> type) Return aMapwith results grouped by the given keys and mapped into the given entity type.Result.intoGroups(Name[] keyFieldNames, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given keys and mapped into the given entity type.Result.intoGroups(Name keyFieldName, Class<? extends E> type) Return aMapwith results grouped by the given key and mapped into the given entity type.Result.intoGroups(Name keyFieldName, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key and mapped by the given mapper.Result.intoGroups(RecordMapper<? super R, K> keyMapper) Return aMapwith results grouped by the given key entity and mapped into the given entity type.Result.intoGroups(RecordMapper<? super R, K> keyMapper, Class<V> valueType) Return aMapwith results grouped by the given key entity and mapped into the given entity type.Result.intoGroups(RecordMapper<? super R, K> keyMapper, RecordMapper<? super R, V> valueMapper) Return aMapwith results grouped by the given key entity and mapped into the given entity type.Result.intoGroups(Table<S> table, Class<? extends E> type) Return aMapwith results grouped by the given key table and mapped into the given entity type.Result.intoGroups(Table<S> table, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key table and mapped into the given entity type.Return aMapwith results grouped by the given keys and mapped into the given entity type.Result.intoMap(int[] keyFieldIndexes, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given keys and mapped by the given mapper.<E> @NotNull Map<?,E> Return aMapwith results grouped by the given key and mapped into the given entity type.<E> @NotNull Map<?,E> Result.intoMap(int keyFieldIndex, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key and mapped by the given mapper.Return aMapwith results grouped by the given key entity.<K,V> @NotNull Map<K, V> Return aMapwith results grouped by the given key entity and mapped into the given entity type.<K,V> @NotNull Map<K, V> Result.intoMap(Class<? extends K> keyType, RecordMapper<? super R, V> valueMapper) Return aMapwith results grouped by the given key entity and mapped into the given entity type.Return aMapwith results grouped by the given keys and mapped into the given entity type.Result.intoMap(String[] keyFieldNames, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given keys and mapped by the given mapper.<E> @NotNull Map<?,E> Return aMapwith results grouped by the given key and mapped into the given entity type.<E> @NotNull Map<?,E> Result.intoMap(String keyFieldName, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key and mapped by the given mapper.Return aMapwith results grouped by the given keys and mapped into the given entity type.Result.intoMap(Field<?>[] keys, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given keys and mapped by the given mapper.<K,E> @NotNull Map<K, E> Return aMapwith results grouped by the given key and mapped into the given entity type.<K,E> @NotNull Map<K, E> Result.intoMap(Field<K> key, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key and mapped by the given mapper.Return aMapwith results grouped by the given keys and mapped into the given entity type.Result.intoMap(Name[] keyFieldNames, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given keys and mapped by the given mapper.<E> @NotNull Map<?,E> Return aMapwith results grouped by the given key and mapped into the given entity type.<E> @NotNull Map<?,E> Result.intoMap(Name keyFieldName, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key and mapped by the given mapper.Result.intoMap(RecordMapper<? super R, K> keyMapper) Return aMapwith results grouped by the given key entity and mapped into the given entity type.<K,V> @NotNull Map<K, V> Result.intoMap(RecordMapper<? super R, K> keyMapper, Class<V> valueType) Return aMapwith results grouped by the given key entity and mapped into the given entity type.<K,V> @NotNull Map<K, V> Result.intoMap(RecordMapper<? super R, K> keyMapper, RecordMapper<? super R, V> valueMapper) Return aMapwith results grouped by the given key entity and mapped into the given entity type.Return aMapwith results grouped by the given key table and mapped into the given entity type.Result.intoMap(Table<S> table, RecordMapper<? super R, E> mapper) Return aMapwith results grouped by the given key table and mapped by the given mapper.Unmap a POJO into a record.
Cursor.fetchNextInto(Class)instead.