jar

com.antelopesystem.crudframework : crud-framework-core

Maven & Gradle

Nov 21, 2021
20 usages
4 stars

crud-framework-core · Core module of the Crud Framework

Table Of Contents

Latest Version

Download com.antelopesystem.crudframework : crud-framework-core JAR file - Latest Versions:

All Versions

Download com.antelopesystem.crudframework : crud-framework-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.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 crud-framework-core-0.6.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.antelopesystem.crudframework.crud.annotation

├─ com.antelopesystem.crudframework.crud.annotation.CachedBy.class - [JAR]

├─ com.antelopesystem.crudframework.crud.annotation.CrudEntity.class - [JAR]

├─ com.antelopesystem.crudframework.crud.annotation.DeleteColumn.class - [JAR]

├─ com.antelopesystem.crudframework.crud.annotation.Deleteable.class - [JAR]

├─ com.antelopesystem.crudframework.crud.annotation.EnableCrudFramework.class - [JAR]

├─ com.antelopesystem.crudframework.crud.annotation.Immutable.class - [JAR]

├─ com.antelopesystem.crudframework.crud.annotation.PersistCopyOnFetch.class - [JAR]

├─ com.antelopesystem.crudframework.crud.annotation.WithHooks.class - [JAR]

com.antelopesystem.crudframework.crud.hooks

├─ com.antelopesystem.crudframework.crud.hooks.HooksDTO.class - [JAR]

com.antelopesystem.crudframework.modelfilter.enums

├─ com.antelopesystem.crudframework.modelfilter.enums.FilterFieldDataType.class - [JAR]

├─ com.antelopesystem.crudframework.modelfilter.enums.FilterFieldOperation.class - [JAR]

com.antelopesystem.crudframework.crud.configuration

├─ com.antelopesystem.crudframework.crud.configuration.CrudCacheConfiguration.class - [JAR]

├─ com.antelopesystem.crudframework.crud.configuration.CrudEhCacheConfiguration.class - [JAR]

├─ com.antelopesystem.crudframework.crud.configuration.CrudFrameworkConfiguration.class - [JAR]

com.antelopesystem.crudframework.crud.configuration.properties

├─ com.antelopesystem.crudframework.crud.configuration.properties.CrudFrameworkProperties.class - [JAR]

com.antelopesystem.crudframework.modelfilter

├─ com.antelopesystem.crudframework.modelfilter.BaseRawJunction.class - [JAR]

├─ com.antelopesystem.crudframework.modelfilter.DynamicModelFilter.class - [JAR]

├─ com.antelopesystem.crudframework.modelfilter.FilterField.class - [JAR]

├─ com.antelopesystem.crudframework.modelfilter.FilterFields.class - [JAR]

├─ com.antelopesystem.crudframework.modelfilter.OrderDTO.class - [JAR]

com.antelopesystem.crudframework.modelfilter.dsl.annotation

├─ com.antelopesystem.crudframework.modelfilter.dsl.annotation.FilterFieldDsl.class - [JAR]

com.antelopesystem.crudframework.crud.hooks.delete

├─ com.antelopesystem.crudframework.crud.hooks.delete.CRUDOnDeleteHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.delete.CRUDPostDeleteHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.delete.CRUDPreDeleteHook.class - [JAR]

com.antelopesystem.crudframework.crud.cache.adapter.inmemory

├─ com.antelopesystem.crudframework.crud.cache.adapter.inmemory.InMemoryCacheManagerAdapter.class - [JAR]

├─ com.antelopesystem.crudframework.crud.cache.adapter.inmemory.InMemoryCrudCache.class - [JAR]

com.antelopesystem.crudframework.crud.enums

├─ com.antelopesystem.crudframework.crud.enums.ShowByMode.class - [JAR]

com.antelopesystem.crudframework.crud.hooks.update.from

├─ com.antelopesystem.crudframework.crud.hooks.update.from.CRUDOnUpdateFromHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.update.from.CRUDPostUpdateFromHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.update.from.CRUDPreUpdateFromHook.class - [JAR]

com.antelopesystem.crudframework.crud.handler

├─ com.antelopesystem.crudframework.crud.handler.AbstractCrudHelper.class - [JAR]

├─ com.antelopesystem.crudframework.crud.handler.CrudCreateHandler.class - [JAR]

├─ com.antelopesystem.crudframework.crud.handler.CrudCreateHandlerImpl.class - [JAR]

├─ com.antelopesystem.crudframework.crud.handler.CrudDao.class - [JAR]

├─ com.antelopesystem.crudframework.crud.handler.CrudDeleteHandler.class - [JAR]

├─ com.antelopesystem.crudframework.crud.handler.CrudDeleteHandlerImpl.class - [JAR]

├─ com.antelopesystem.crudframework.crud.handler.CrudHandler.class - [JAR]

├─ com.antelopesystem.crudframework.crud.handler.CrudHandlerImpl.class - [JAR]

├─ com.antelopesystem.crudframework.crud.handler.CrudHelper.class - [JAR]

├─ com.antelopesystem.crudframework.crud.handler.CrudHelperImpl.class - [JAR]

├─ com.antelopesystem.crudframework.crud.handler.CrudReadHandler.class - [JAR]

├─ com.antelopesystem.crudframework.crud.handler.CrudReadHandlerImpl.class - [JAR]

├─ com.antelopesystem.crudframework.crud.handler.CrudUpdateHandler.class - [JAR]

├─ com.antelopesystem.crudframework.crud.handler.CrudUpdateHandlerImpl.class - [JAR]

com.antelopesystem.crudframework.crud.model

├─ com.antelopesystem.crudframework.crud.model.CRUDRequestBuilder.class - [JAR]

├─ com.antelopesystem.crudframework.crud.model.EntityCacheMetadata.class - [JAR]

├─ com.antelopesystem.crudframework.crud.model.EntityMetadataDTO.class - [JAR]

├─ com.antelopesystem.crudframework.crud.model.MassUpdateCRUDRequestBuilder.class - [JAR]

├─ com.antelopesystem.crudframework.crud.model.ReadCRUDRequestBuilder.class - [JAR]

├─ com.antelopesystem.crudframework.crud.model.UpdateCRUDRequestBuilder.class - [JAR]

com.antelopesystem.crudframework.exception.dto

├─ com.antelopesystem.crudframework.exception.dto.ErrorField.class - [JAR]

com.antelopesystem.crudframework.modelfilter.dsl

├─ com.antelopesystem.crudframework.modelfilter.dsl.BetweenBuilder.class - [JAR]

├─ com.antelopesystem.crudframework.modelfilter.dsl.FilterFieldDslUtilKt.class - [JAR]

├─ com.antelopesystem.crudframework.modelfilter.dsl.FilterFieldsBuilder.class - [JAR]

├─ com.antelopesystem.crudframework.modelfilter.dsl.ModelFilterBuilder.class - [JAR]

├─ com.antelopesystem.crudframework.modelfilter.dsl.OrderBuilder.class - [JAR]

com.antelopesystem.crudframework.crud.cache

├─ com.antelopesystem.crudframework.crud.cache.CacheManagerAdapter.class - [JAR]

├─ com.antelopesystem.crudframework.crud.cache.CacheUtils.class - [JAR]

├─ com.antelopesystem.crudframework.crud.cache.CrudCache.class - [JAR]

├─ com.antelopesystem.crudframework.crud.cache.CrudCacheOptions.class - [JAR]

com.antelopesystem.crudframework.crud.hooks.base

├─ com.antelopesystem.crudframework.crud.hooks.base.CRUDHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.base.EntityHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.base.FilterPagingDTOHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.base.IDHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.base.ObjectEntityHook.class - [JAR]

com.antelopesystem.crudframework.crud.hooks.create

├─ com.antelopesystem.crudframework.crud.hooks.create.CRUDOnCreateHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.create.CRUDPostCreateHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.create.CRUDPreCreateHook.class - [JAR]

com.antelopesystem.crudframework.exception

├─ com.antelopesystem.crudframework.exception.WrapException.class - [JAR]

├─ com.antelopesystem.crudframework.exception.WrapExceptionAspect.class - [JAR]

com.antelopesystem.crudframework.crud.hooks.create.from

├─ com.antelopesystem.crudframework.crud.hooks.create.from.CRUDOnCreateFromHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.create.from.CRUDPostCreateFromHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.create.from.CRUDPreCreateFromHook.class - [JAR]

com.antelopesystem.crudframework.model

├─ com.antelopesystem.crudframework.model.BaseCrudEntity.class - [JAR]

├─ com.antelopesystem.crudframework.model.PersistentEntity.class - [JAR]

com.antelopesystem.crudframework.crud.hooks.interfaces

├─ com.antelopesystem.crudframework.crud.hooks.interfaces.CRUDHooks.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.interfaces.CreateFromHooks.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.interfaces.CreateHooks.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.interfaces.DeleteHooks.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.interfaces.IndexHooks.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.interfaces.ShowByHooks.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.interfaces.ShowHooks.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.interfaces.UpdateFromHooks.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.interfaces.UpdateHooks.class - [JAR]

com.antelopesystem.crudframework.crud.hooks.index

├─ com.antelopesystem.crudframework.crud.hooks.index.CRUDOnIndexHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.index.CRUDPostIndexHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.index.CRUDPreIndexHook.class - [JAR]

com.antelopesystem.crudframework.crud.exception

├─ com.antelopesystem.crudframework.crud.exception.CrudCreateException.class - [JAR]

├─ com.antelopesystem.crudframework.crud.exception.CrudDeleteException.class - [JAR]

├─ com.antelopesystem.crudframework.crud.exception.CrudException.class - [JAR]

├─ com.antelopesystem.crudframework.crud.exception.CrudInvalidStateException.class - [JAR]

├─ com.antelopesystem.crudframework.crud.exception.CrudReadException.class - [JAR]

├─ com.antelopesystem.crudframework.crud.exception.CrudTransformationException.class - [JAR]

├─ com.antelopesystem.crudframework.crud.exception.CrudUpdateException.class - [JAR]

├─ com.antelopesystem.crudframework.crud.exception.CrudValidationException.class - [JAR]

com.antelopesystem.crudframework.crud.hooks.show.by

├─ com.antelopesystem.crudframework.crud.hooks.show.by.CRUDOnShowByHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.show.by.CRUDPostShowByHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.show.by.CRUDPreShowByHook.class - [JAR]

com.antelopesystem.crudframework.crud.hooks.update

├─ com.antelopesystem.crudframework.crud.hooks.update.CRUDOnUpdateHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.update.CRUDPostUpdateHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.update.CRUDPreUpdateHook.class - [JAR]

com.antelopesystem.crudframework.ro

├─ com.antelopesystem.crudframework.ro.BaseRO.class - [JAR]

├─ com.antelopesystem.crudframework.ro.PagingDTO.class - [JAR]

├─ com.antelopesystem.crudframework.ro.PagingRO.class - [JAR]

├─ com.antelopesystem.crudframework.ro._extensionsKt.class - [JAR]

com.antelopesystem.crudframework.crud.dataaccess.model

├─ com.antelopesystem.crudframework.crud.dataaccess.model.DataAccessorDTO.class - [JAR]

com.antelopesystem.crudframework.crud.decorator

├─ com.antelopesystem.crudframework.crud.decorator.ObjectDecorator.class - [JAR]

├─ com.antelopesystem.crudframework.crud.decorator.ObjectDecoratorBase.class - [JAR]

com.antelopesystem.crudframework.crud.dataaccess

├─ com.antelopesystem.crudframework.crud.dataaccess.DataAccessManager.class - [JAR]

├─ com.antelopesystem.crudframework.crud.dataaccess.DataAccessManagerBase.class - [JAR]

com.antelopesystem.crudframework.crud.cache.adapter.ehcache

├─ com.antelopesystem.crudframework.crud.cache.adapter.ehcache.CrudEhCacheImpl.class - [JAR]

├─ com.antelopesystem.crudframework.crud.cache.adapter.ehcache.EhCacheManagerAdapter.class - [JAR]

com.antelopesystem.crudframework.crud.hooks.show

├─ com.antelopesystem.crudframework.crud.hooks.show.CRUDOnShowHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.show.CRUDPostShowHook.class - [JAR]

├─ com.antelopesystem.crudframework.crud.hooks.show.CRUDPreShowHook.class - [JAR]