| Package | Description |
|---|---|
| com.avaje.ebean.config.dbplatform |
Database platform specific support
|
| Modifier and Type | Field and Description |
|---|---|
protected DbEncryptFunction |
AbstractDbEncrypt.dateEncryptFunction
The encryption function for all Date types (java.sql.Date, Joda Date
types).
|
protected DbEncryptFunction |
AbstractDbEncrypt.timestampEncryptFunction
The encryption function for all Timestamp types (java.sql.Timestamp,
java.util.Date, java.util.Calendar, Joda DateTime types etc).
|
protected DbEncryptFunction |
AbstractDbEncrypt.varcharEncryptFunction
The encryption function for all String types (VARCHAR, CLOB, LONGVARCHAR,
CHAR).
|
| Modifier and Type | Method and Description |
|---|---|
DbEncryptFunction |
AbstractDbEncrypt.getDbEncryptFunction(int jdbcType)
Return the DB encryption function for the given JDBC type.
|
DbEncryptFunction |
DbEncrypt.getDbEncryptFunction(int jdbcType) |
Copyright © 2016. All rights reserved.