[hibernate-commits] [hibernate/hibernate-ogm] bc436b: OGM-1011 Move ByteStringType to core

GitHub noreply at github.com
Thu Mar 31 14:09:01 EDT 2016


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-ogm
  Commit: bc436be5b4d6c35636e56a13b605b149bfbaedb6
      https://github.com/hibernate/hibernate-ogm/commit/bc436be5b4d6c35636e56a13b605b149bfbaedb6
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    A core/src/main/java/org/hibernate/ogm/type/impl/ByteStringType.java
    M mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/MongoDBDialect.java
    R mongodb/src/main/java/org/hibernate/ogm/datastore/mongodb/type/impl/ByteStringType.java

  Log Message:
  -----------
  OGM-1011 Move ByteStringType to core

  ByteStringType store a Byte as a String.

  It's currently used by MongoDB only and we want to make it available to
  other dataastores.


  Commit: 1d0e2311f4921566332b16a60b5cc858bce4631b
      https://github.com/hibernate/hibernate-ogm/commit/1d0e2311f4921566332b16a60b5cc858bce4631b
  Author: Davide D'Alto <davide at hibernate.org>
  Date:   2016-03-31 (Thu, 31 Mar 2016)

  Changed paths:
    M core/src/main/java/org/hibernate/ogm/type/impl/ByteStringType.java

  Log Message:
  -----------
  OGM-1011 Update ByteStringType javadoc and getName() method


Compare: https://github.com/hibernate/hibernate-ogm/compare/a69d325d80c8...1d0e2311f492


More information about the hibernate-commits mailing list