Modifier and Type | Method and Description |
---|---|
PropertyAccess |
AnsiDialect.getAccessId() |
PropertyAccess |
SqlDialect.getAccessId()
The access name for
id field, the identifier from an entity |
PropertyAccess |
AnsiDialect.getAccessRevision() |
PropertyAccess |
SqlDialect.getAccessRevision()
The access name for
revision field, a revision number from an entity |
Modifier and Type | Method and Description |
---|---|
PropertyAccess |
JdbcColumn.getPropertyAccess() |
Modifier and Type | Method and Description |
---|---|
PropertyAccess |
CassandraColumn.getPropertyAccess() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCommand.injectAutoIdentity(ObjectProxy<?> proxy,
Object param,
String id,
String rev,
String properName,
PropertyAccess accessId,
PropertyAccess accessRev) |
protected void |
AbstractCommand.injectIdentity(ObjectProxy<?> proxy,
Object param,
String id,
String rev,
PropertyAccess accessId,
PropertyAccess accessRev) |
Modifier and Type | Method and Description |
---|---|
PropertyAccess |
DefaultJdbcColumn.getPropertyAccess() |
Modifier and Type | Method and Description |
---|---|
<T> Convertible<Object,Object> |
RegisterType.toJdbc(PropertyAccess access,
ObjectProxy<T> proxy)
Retrieve a
Convertible instance to customize the
value of database to class field. |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.