jar

io.github.maanaim : hbase-om

Maven & Gradle

Nov 13, 2017
0 stars

HBase Object Mapper · A little Java-annotation based compact utility library for HBase that helps you: [1] convert objects of your bean-like classes to HBase rows. [2] define 'Data Access Object' classes for random access of HBase rows.

Table Of Contents

Latest Version

Download io.github.maanaim : hbase-om JAR file - Latest Versions:

All Versions

Download io.github.maanaim : hbase-om JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hbase-om-1.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.maanaim.hbaseom.sample

├─ io.github.maanaim.hbaseom.sample.Contrato.class - [JAR]

├─ io.github.maanaim.hbaseom.sample.ContratoDao.class - [JAR]

├─ io.github.maanaim.hbaseom.sample.TestHBase.class - [JAR]

├─ io.github.maanaim.hbaseom.sample.TestHBase2.class - [JAR]

├─ io.github.maanaim.hbaseom.sample.Teste.class - [JAR]

├─ io.github.maanaim.hbaseom.sample.TesteDao.class - [JAR]

io.github.maanaim.hbaseom.converter.strategy

├─ io.github.maanaim.hbaseom.converter.strategy.BigDecimalConversor.class - [JAR]

├─ io.github.maanaim.hbaseom.converter.strategy.DateConversor.class - [JAR]

├─ io.github.maanaim.hbaseom.converter.strategy.IConversor.class - [JAR]

├─ io.github.maanaim.hbaseom.converter.strategy.IntegerConversor.class - [JAR]

├─ io.github.maanaim.hbaseom.converter.strategy.LongConversor.class - [JAR]

├─ io.github.maanaim.hbaseom.converter.strategy.StringConversor.class - [JAR]

io.github.maanaim.hbaseom.annotation

├─ io.github.maanaim.hbaseom.annotation.HBaseArrayColumnFamily.class - [JAR]

├─ io.github.maanaim.hbaseom.annotation.HBaseColumn.class - [JAR]

├─ io.github.maanaim.hbaseom.annotation.HBaseRowKey.class - [JAR]

├─ io.github.maanaim.hbaseom.annotation.HBaseTable.class - [JAR]

io.github.maanaim.hbaseom.exception

├─ io.github.maanaim.hbaseom.exception.DataAccessObjectException.class - [JAR]

io.github.maanaim.hbaseom.mapper

├─ io.github.maanaim.hbaseom.mapper.HBaseConversor.class - [JAR]

├─ io.github.maanaim.hbaseom.mapper.HBaseFormat.class - [JAR]

io.github.maanaim.hbaseom.converter

├─ io.github.maanaim.hbaseom.converter.AbstractContextConversor.class - [JAR]

├─ io.github.maanaim.hbaseom.converter.HBaseColumnContextConversor.class - [JAR]

├─ io.github.maanaim.hbaseom.converter.HBaseRowKeyContextConversor.class - [JAR]

├─ io.github.maanaim.hbaseom.converter.IContextConversor.class - [JAR]

io.github.maanaim.hbaseom.converter.exceptions

├─ io.github.maanaim.hbaseom.converter.exceptions.WrongAttributeTypeException.class - [JAR]

io.github.maanaim.hbaseom.dao

├─ io.github.maanaim.hbaseom.dao.AbstractHBaseDao.class - [JAR]

Advertisement