All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download opa-data-filter-spring-boot-starter JAR 0.3.1 with all dependencies


Files of the artifact opa-data-filter-spring-boot-starter version 0.3.1 from the group com.github.jferrater.


Please rate this JAR file. Is it a good library?

0 downloads

Source code of opa-data-filter-spring-boot-starter version 0.3.1

META-INF
META-INF.META-INF.MANIFEST.MF
META-INF.META-INF.spring.factories
.application.yml
com.github.jferrater.opa.ast.db.query
com.github.jferrater.opa.ast.db.query.com.github.jferrater.opa.ast.db.query.AppConfig
com.github.jferrater.opa.ast.db.query.config
com.github.jferrater.opa.ast.db.query.config.com.github.jferrater.opa.ast.db.query.config.Cache
com.github.jferrater.opa.ast.db.query.config.com.github.jferrater.opa.ast.db.query.config.Datasource
com.github.jferrater.opa.ast.db.query.config.com.github.jferrater.opa.ast.db.query.config.Hibernate
com.github.jferrater.opa.ast.db.query.config.com.github.jferrater.opa.ast.db.query.config.OpaConfig
com.github.jferrater.opa.ast.db.query.config.com.github.jferrater.opa.ast.db.query.config.PartialRequestConfig
com.github.jferrater.opa.ast.db.query.core
com.github.jferrater.opa.ast.db.query.core.com.github.jferrater.opa.ast.db.query.core.PredicateConverter
com.github.jferrater.opa.ast.db.query.core.deserializer
com.github.jferrater.opa.ast.db.query.core.deserializer.com.github.jferrater.opa.ast.db.query.core.deserializer.PredicateDeserializer
com.github.jferrater.opa.ast.db.query.core.elements
com.github.jferrater.opa.ast.db.query.core.elements.com.github.jferrater.opa.ast.db.query.core.elements.LogicalOperation
com.github.jferrater.opa.ast.db.query.core.elements.com.github.jferrater.opa.ast.db.query.core.elements.QueryType
com.github.jferrater.opa.ast.db.query.core.elements.com.github.jferrater.opa.ast.db.query.core.elements.SqlPredicate
com.github.jferrater.opa.ast.db.query.core.util
com.github.jferrater.opa.ast.db.query.core.util.com.github.jferrater.opa.ast.db.query.core.util.SqlUtil
com.github.jferrater.opa.ast.db.query.exception
com.github.jferrater.opa.ast.db.query.exception.com.github.jferrater.opa.ast.db.query.exception.OpaClientException
com.github.jferrater.opa.ast.db.query.exception.com.github.jferrater.opa.ast.db.query.exception.PartialEvauationException
com.github.jferrater.opa.ast.db.query.model.request
com.github.jferrater.opa.ast.db.query.model.request.com.github.jferrater.opa.ast.db.query.model.request.PartialRequest
com.github.jferrater.opa.ast.db.query.model.response
com.github.jferrater.opa.ast.db.query.model.response.com.github.jferrater.opa.ast.db.query.model.response.OpaCompilerResponse
com.github.jferrater.opa.ast.db.query.model.response.com.github.jferrater.opa.ast.db.query.model.response.Predicate
com.github.jferrater.opa.ast.db.query.model.response.com.github.jferrater.opa.ast.db.query.model.response.Result
com.github.jferrater.opa.ast.db.query.model.response.com.github.jferrater.opa.ast.db.query.model.response.Term
com.github.jferrater.opa.ast.db.query.model.response.com.github.jferrater.opa.ast.db.query.model.response.Value
com.github.jferrater.opa.ast.db.query.mongodb
com.github.jferrater.opa.ast.db.query.mongodb.com.github.jferrater.opa.ast.db.query.mongodb.AstToMongoDBQuery
com.github.jferrater.opa.ast.db.query.service
com.github.jferrater.opa.ast.db.query.service.com.github.jferrater.opa.ast.db.query.service.DefaultPartialRequest
com.github.jferrater.opa.ast.db.query.service.com.github.jferrater.opa.ast.db.query.service.OpaClientService
com.github.jferrater.opa.ast.db.query.sql
com.github.jferrater.opa.ast.db.query.sql.com.github.jferrater.opa.ast.db.query.sql.AstToSql
com.github.jferrater.opa.ast.db.query.sql.com.github.jferrater.opa.ast.db.query.sql.OpaConstants
com.github.jferrater.opa.ast.db.query.sql.com.github.jferrater.opa.ast.db.query.sql.SqlStatement
com.github.jferrater.opa.data.filter.spring.boot.starter.config
com.github.jferrater.opa.data.filter.spring.boot.starter.config.com.github.jferrater.opa.data.filter.spring.boot.starter.config.JpaConfig
com.github.jferrater.opa.data.filter.spring.boot.starter.config.com.github.jferrater.opa.data.filter.spring.boot.starter.config.OpaClientConfig
com.github.jferrater.opa.data.filter.spring.boot.starter.config.com.github.jferrater.opa.data.filter.spring.boot.starter.config.PersistenceConfig
com.github.jferrater.opa.data.filter.spring.boot.starter.repository.hibernate
com.github.jferrater.opa.data.filter.spring.boot.starter.repository.hibernate.com.github.jferrater.opa.data.filter.spring.boot.starter.repository.hibernate.AbstractOpaHibernateDao
com.github.jferrater.opa.data.filter.spring.boot.starter.repository.hibernate.com.github.jferrater.opa.data.filter.spring.boot.starter.repository.hibernate.OpaGenericDataFilterDao
com.github.jferrater.opa.data.filter.spring.boot.starter.repository.jpa
com.github.jferrater.opa.data.filter.spring.boot.starter.repository.jpa.com.github.jferrater.opa.data.filter.spring.boot.starter.repository.jpa.AbstractOpaJpaDao
com.github.jferrater.opa.data.filter.spring.boot.starter.repository.mongodb
com.github.jferrater.opa.data.filter.spring.boot.starter.repository.mongodb.com.github.jferrater.opa.data.filter.spring.boot.starter.repository.mongodb.AbstractMongoDbDao




© 2015 - 2025 Weber Informatics LLC | Privacy Policy