jar

com.github.dactiv : dactiv-orm

Maven & Gradle

Feb 10, 2014
2 usages

dactiv orm jar · the base-framework orm jar

Table Of Contents

Latest Version

Download com.github.dactiv : dactiv-orm JAR file - Latest Versions:

All Versions

Download com.github.dactiv : dactiv-orm JAR file - All Versions:

Version Vulnerabilities Size Updated
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 dactiv-orm-1.1.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.dactiv.orm.core.spring.data.jpa.specification

├─ com.github.dactiv.orm.core.spring.data.jpa.specification.SpecificationEntity.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.specification.Specifications.class - [JAR]

com.github.dactiv.orm.core.spring.data.jpa.repository.support

├─ com.github.dactiv.orm.core.spring.data.jpa.repository.support.JpaSupportRepository.class - [JAR]

com.github.dactiv.orm.core.spring.data.jpa.restriction

├─ com.github.dactiv.orm.core.spring.data.jpa.restriction.PredicateMultipleValueSupport.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.restriction.PredicateSingleValueSupport.class - [JAR]

com.github.dactiv.orm.core.exception

├─ com.github.dactiv.orm.core.exception.SecurityCodeNotEqualException.class - [JAR]

com.github.dactiv.orm.core.hibernate.restriction

├─ com.github.dactiv.orm.core.hibernate.restriction.CriterionMultipleValueSupport.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.restriction.CriterionSingleValueSupport.class - [JAR]

com.github.dactiv.orm.core.spring.data.jpa.factory

├─ com.github.dactiv.orm.core.spring.data.jpa.factory.BasicJpaRepositoryFactory.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.factory.BasicRepositoryFactoryBean.class - [JAR]

com.github.dactiv.orm.annotation

├─ com.github.dactiv.orm.annotation.SecurityCode.class - [JAR]

├─ com.github.dactiv.orm.annotation.StateDelete.class - [JAR]

├─ com.github.dactiv.orm.annotation.TreeEntity.class - [JAR]

com.github.dactiv.orm.interceptor

├─ com.github.dactiv.orm.interceptor.OrmDeleteInterceptor.class - [JAR]

├─ com.github.dactiv.orm.interceptor.OrmInsertInterceptor.class - [JAR]

├─ com.github.dactiv.orm.interceptor.OrmSaveInterceptor.class - [JAR]

├─ com.github.dactiv.orm.interceptor.OrmUpdateInterceptor.class - [JAR]

com.github.dactiv.orm.core.hibernate.restriction.support

├─ com.github.dactiv.orm.core.hibernate.restriction.support.EqRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.restriction.support.GeRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.restriction.support.GtRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.restriction.support.InRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.restriction.support.LLikeRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.restriction.support.LeRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.restriction.support.LikeRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.restriction.support.LtRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.restriction.support.NeRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.restriction.support.NinRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.restriction.support.RLikeRestriction.class - [JAR]

com.github.dactiv.orm.core

├─ com.github.dactiv.orm.core.MatchValue.class - [JAR]

├─ com.github.dactiv.orm.core.Page.class - [JAR]

├─ com.github.dactiv.orm.core.PageRequest.class - [JAR]

├─ com.github.dactiv.orm.core.PropertyFilter.class - [JAR]

├─ com.github.dactiv.orm.core.PropertyFilters.class - [JAR]

├─ com.github.dactiv.orm.core.RestrictionNames.class - [JAR]

com.github.dactiv.orm.core.hibernate.interceptor

├─ com.github.dactiv.orm.core.hibernate.interceptor.SecurityCodeInterceptor.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.interceptor.StateDeleteInterceptor.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.interceptor.TreeEntityInterceptor.class - [JAR]

com.github.dactiv.orm.core.spring.data.jpa.specification.support

├─ com.github.dactiv.orm.core.spring.data.jpa.specification.support.PropertyFilterSpecification.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.specification.support.PropertySpecification.class - [JAR]

com.github.dactiv.orm.core.spring.data.jpa

├─ com.github.dactiv.orm.core.spring.data.jpa.JpaRestrictionBuilder.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.PredicateBuilder.class - [JAR]

com.github.dactiv.orm.core.hibernate

├─ com.github.dactiv.orm.core.hibernate.CriterionBuilder.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.HibernateRestrictionBuilder.class - [JAR]

com.github.dactiv.orm.core.spring.data.jpa.restriction.support

├─ com.github.dactiv.orm.core.spring.data.jpa.restriction.support.EqRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.restriction.support.GeRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.restriction.support.GtRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.restriction.support.InRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.restriction.support.LLikeRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.restriction.support.LeRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.restriction.support.LikeRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.restriction.support.LtRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.restriction.support.NeRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.restriction.support.NinRestriction.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.restriction.support.RLikeRestriction.class - [JAR]

com.github.dactiv.orm.core.spring.data.jpa.repository

├─ com.github.dactiv.orm.core.spring.data.jpa.repository.BasicJpaRepository.class - [JAR]

com.github.dactiv.orm.core.spring.data.jpa.interceptor

├─ com.github.dactiv.orm.core.spring.data.jpa.interceptor.SecurityCodeInterceptor.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.interceptor.StateDeleteInterceptor.class - [JAR]

├─ com.github.dactiv.orm.core.spring.data.jpa.interceptor.TreeEntityInterceptor.class - [JAR]

com.github.dactiv.orm.core.hibernate.support

├─ com.github.dactiv.orm.core.hibernate.support.BasicHibernateDao.class - [JAR]

├─ com.github.dactiv.orm.core.hibernate.support.HibernateSupportDao.class - [JAR]

Advertisement