Package com.avaje.ebeaninternal.server.persist.dmlbind

Examples of com.avaje.ebeaninternal.server.persist.dmlbind.FactoryBaseProperties


    // to bind encryption data before or after the encryption key
    DbEncrypt dbEncrypt = dbPlatform.getDbEncrypt();
    boolean bindEncryptDataFirst = dbEncrypt == null ? true : dbEncrypt.isBindEncryptDataFirst();

    this.baseFact = new FactoryBaseProperties(bindEncryptDataFirst);
    this.embeddedFact = new FactoryEmbedded(bindEncryptDataFirst);
  }
View Full Code Here

TOP

Related Classes of com.avaje.ebeaninternal.server.persist.dmlbind.FactoryBaseProperties

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.