All Classes and Interfaces
Class
Description
This abstract class, it is the framework base cache class.
This abstract class is alert message base class
Can notify administrators via email or other means
This class is support Base64 tools
This class is Cache entry
This class use asynchronous caching to handle large result and large list.
This class is used with 'CacheArray'
This class uses a 'CacheArray' to process the asynchronous processing method of the data query result set.
Includes methods to generate the MD5 and SHA1 checksum.
File checksums for each supported algorithm
This class is support base cipher function
This class functions as a connection pool counter
This class is encrypting cache value
This cache class is save to hard disk
Implement and enhance the JDBC connection class
Implement and enhance the datasource class
Support write connection status log
Support abort tiemout connection
Support failover
This class is execute sql base class.
CREATE TABLE identity_card (
id CHAR(16),
identity_name VARCHAR(200),
identity_value BIGINT,
generate_task_id CHAR(16),
created_user_id CHAR(16),
updated_user_id CHAR(16),
deleted_user_id CHAR(16),
created_at DATETIME(6),
updated_at DATETIME(6),
deleted_at DATETIME(6),
deleted TINYINT(1)
) ENGINE=InnoDB;
ALTER TABLE identity_card ADD PRIMARY KEY (id);
ALTER TABLE identity_card ADD UNIQUE INDEX idx_idcard_unique_idname (identity_name);
ALTER TABLE identity_card ADD INDEX idx_idcard_deleted (deleted);
This is logger class
Sample,
Logger log = LoggerFactory.getLogger(clazz);
The class is write application log
This cache class is save to memory
This class is a permanent cache storage that requires manual deletion of the cache