Bessonov / utils

Helpful utilities that make life easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project is Build Status Coverage Status Maven Central License

Helpful utilities that make life easier and save your ass

Get it from maven central

Relationship manager

With JPA or like you must synchronize both sides of OneToMany-Relation to avoid side effects. Therefore I build a relationship manager to avoid a boiler plate and error prone code. Because it's not depend on JPA, it can be used every time to synchronize relations.

More...

MySQL5InnoDBDynamicDialect for MySQL and MariaDB

Adds ROW_FORMAT=DYNAMIC to CREATE TABLE statement. This is useful to avoid a Specified key was too long; max key length is 767 bytes or Index column size too large. The maximum column size is 767 bytes. errors if utf8mb4 is used for emoji's.

More...

Collection of utilities

ObjectUtils

  • firstNotNull: returns first not null value

License

The MIT License (MIT)

Copyright (c) 2016, Anton Bessonov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Helpful utilities that make life easier

License:MIT License


Languages

Language:Java 94.2%Language:Shell 5.8%