T - public abstract class AbstractMapper<T> extends java.lang.Object implements Mapper<T>
| Constructor and Description |
|---|
AbstractMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,Path<?>> |
getColumns(RelationalPath<?> path) |
protected boolean |
isPrimaryKeyColumn(RelationalPath<?> parent,
Path<?> property) |
protected java.util.Map<java.lang.String,Path<?>> getColumns(RelationalPath<?> path)
protected boolean isPrimaryKeyColumn(RelationalPath<?> parent, Path<?> property)
Copyright © 2007–2021 Querydsl. All rights reserved.