All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebeaninternal.server.core.EncryptAlias Maven / Gradle / Ivy

There is a newer version: 15.8.0
Show newest version
package io.ebeaninternal.server.core;

/**
 * Used to create column alias for encrypted columns.
 */
public interface EncryptAlias {
  String PREFIX = "zx__";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy