Topic: "one-to-one"
callicoder/jpa-hibernate-tutorials
Hibernate Tutorials with Spring Boot and Spring-Data-JPA
Language: Java - Size: 123 KB - Last synced at: 9 days ago - Pushed at: over 3 years ago - Stars: 275 - Forks: 222

Jaguar-dart/jaguar_orm
Source-generated ORM with relations (one-to-one, one-to-many, many-to-many), preloading, cascading, polymorphic relations, etc
Language: Dart - Size: 1.62 MB - Last synced at: 9 days ago - Pushed at: about 3 years ago - Stars: 215 - Forks: 52

aryaminus/RN-firechat
FIrebase backend chat / messaging app (Chat Room + Personal i.e one to one ) with push notification in react native with user sign in/up for personal and anonymous for Global Chat with pusing user to Friendlist for the user to choose friend to chat with. Youtube:
Language: JavaScript - Size: 12.5 MB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 81 - Forks: 57

ivangfr/spring-data-jpa-relationships
The goal of this project is to study the JPA relationships: one-to-one, one-to-many / many-to-one, and many-to-many.
Language: Java - Size: 313 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 32 - Forks: 16

mayank-02/multithreading-library
A lightweight C library based on one-one and many-one model for threading.
Language: C - Size: 664 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 27 - Forks: 6

NihatQuliyev/curs-management-system
Spring data jpa tutorial
Language: Java - Size: 63.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 9 - Forks: 1

MrHassanKhan/ng_classroom_webrtc
Here i have created class room app in angular where people will join and create room and can chat and video talk as well
Language: JavaScript - Size: 1.76 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 5

NihatQuliyev/E_commerce
Simple -> Spring Boot JPA
Language: Java - Size: 69.3 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 0

Ssharma91/Image-Classification-using--OpenCV-and-SVM
Image Processing and classification using Machine Learning : Image Classification using Open CV and SVM machine learning model
Language: Python - Size: 784 KB - Last synced at: 11 months ago - Pushed at: about 7 years ago - Stars: 7 - Forks: 0

bezkoder/jpa-one-to-one-unidirectional
Spring JPA One To One unidirectional mapping with Hibernate in a Spring Boot example using @OneToOne annotation.
Language: Java - Size: 63.5 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 6 - Forks: 4

AnupNair08/tlib
A multithreading library for POSIX-compliant Unixes
Language: C - Size: 393 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 1

warumono-for-develop/spring-boot-jpa-relationships-tutorial
Spring Boot with JPA for Relationships Tutorial
Language: Java - Size: 146 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 0

alugili/EntityFrameworkCoreDemo
Entity Framework Core Demo, code sample, examples, for presentation, tutor, step by step learn, learn Entity Framework core.
Language: C# - Size: 999 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 3 - Forks: 2

hellokoding/jpa-onetoone-sharedprimarykey-springboot-maven-mysql
JPA One-To-One Shared Primary Key Relationship Mapping Example with Spring Boot, Maven and MySQL
Language: Java - Size: 5.86 KB - Last synced at: 22 days ago - Pushed at: almost 9 years ago - Stars: 3 - Forks: 10

sgrprmnk/befitting-advice-51
HoodieFoodie (Online Food Delivery App); to form a bridge between customer and restaurant; to cater the issue of delivering food to the doorstep of customer; fully functional with MVC design pattern in Spring Boot; handled all type of exception; used JPA and JPQL ; lombok and swagger; db relationship; Register_LogIn_Out;
Language: Java - Size: 13.2 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 3

Shanchax/user-threads
A multithreading library, authored in C, compliant with POSIX systems,(includes one-one , many-one and a rudimentary version of many-many mapping)
Language: C - Size: 90.8 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 1

pranjals149/Antenna
A 1-to-1 messaging application
Language: JavaScript - Size: 2.83 MB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

hellokoding/jpa-onetoone-foreignkey-springboot-maven-mysql
JPA One-To-One Foreign Key Relationship Mapping Example with Spring Boot, Maven and MySQL
Language: Java - Size: 7.81 KB - Last synced at: 22 days ago - Pushed at: almost 9 years ago - Stars: 2 - Forks: 7

dongido001/laravel-one-to-one-stream-chat
A demonstration of how to add a one-to-one chat with Stream chat to your Laravel app
Language: PHP - Size: 4.67 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

amerhany/one-to-one-chat-laravel
Create one-to-one Chat System with Laravel
Language: Blade - Size: 21.5 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

pierrestudios/platz-admin-api
Api built with Node.js for managing and processing data for platz-admin user interface. It consists of user authentication using JWT, CRUD operations with validations, multiple database models with one-to-one and one-to-many associations using Sequelize.js.
Language: JavaScript - Size: 386 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

arvindsis11/springJPAdemo
jpa relationship mapping -->one-to-many many-to-one using spring boot annotations + ALL Basic crud operations
Language: Java - Size: 75.2 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

scbushan05/spring-jpa-one-to-one
This application demonstrates the usage of One-to-one bi-directional mapping. We will take the example of User and User details to understand the working of one to one relationship in JPA.
Language: Java - Size: 58.6 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

win7/SistemaLibreria
Simple software for a Library
Language: JavaScript - Size: 25.3 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

jaguar-orm/composite1to1
Example showcasing one-to-one relationship based on composite foreign key
Language: Dart - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

hellokoding/jpa-onetoone-foreignkey-springboot-hsql
JPA One-To-One Foreign Key Relationship Mapping Example with Spring Data JPA, Spring Boot
Language: Java - Size: 3.91 KB - Last synced at: 22 days ago - Pushed at: almost 9 years ago - Stars: 1 - Forks: 6

SolarCrownYT/learning-sqlx
This repository contains all my practices and lessons about sqlx for Golang (database/sql's superset)
Size: 1.95 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

swathireddy369/java-core-concepts
A collection of Java examples and exercises covering core topics like OOP, data structures, algorithms, exception handling, concurrency, and design patterns. Perfect for developers looking to strengthen their understanding of Java fundamentals and build efficient applications.
Language: Java - Size: 185 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

Thitikorn-Nupan/spring-boot-jpa-hibernate-crud-mysql-one-to-one-without-join-table
this just a simple rest-api, i use jpa-hibernate to work with relations one to one in sql database(no relation table). and i use my module(dependency) i understand more about way to depend my module(spring boot project) also remind me how to write exception handlers on my own. That's enough.
Language: Java - Size: 69.3 KB - Last synced at: 22 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

lukaofirst/learning-gorm
This repository contains all my practices and lessons about GORM - the ORM for Go
Language: Go - Size: 17.6 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

moiznisarkhan/PowerPivot_Excel_Tools
Power Pivot, featuring session files, assignments, and resources for mastering data analysis and visualization.. 🚀
Size: 37.8 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

saddamhossain/OneToOneAssociationDemo02
Language: C# - Size: 6.84 KB - Last synced at: 6 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

saddamhossain/OneToOneAssociationDemo01
Language: C# - Size: 6.84 KB - Last synced at: 6 days ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

danielpraisethelord/Gesti-n-de-Asociaciones-en-Spring-Boot-3-con-JPA-e-Hibernate
Este proyecto es una aplicación de Spring Boot 3 que utiliza JPA (Java Persistence API) e Hibernate para gestionar la persistencia de datos en una base de datos relacional.
Language: Java - Size: 24.4 KB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Thitikorn-Nupan/spring-boot-jpa-hibernate-crud-mysql-one-to-one-with-join-table
Language: Java - Size: 64.5 KB - Last synced at: 22 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

emreksbyn/EFCoreTraining
In this repository; Everything you need to know about EntityFrameworkCore. It has developed with Gencay Yildiz.
Language: C# - Size: 83 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

bhuvaneshcj/laravel-one-to-one-eloquent-relationship
This repository serves as a comprehensive example of implementing a One-to-One Eloquent Relationship in a Laravel application.
Language: PHP - Size: 267 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

borisbasic/file_explorer
Language: Python - Size: 16.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Robson-Teixeira/java-jpa-loja
Repositório do curso Jornada do Conhecimento de Back-End Java (NÃvel Intermediário) - Java e JPA: consultas avançadas, performance e modelos complexos da plataforma Alura.
Language: Java - Size: 49.8 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Sushant0999/SpringBoot_Mapping
Language: Java - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

dongido001/chatkit-laravel-one-to-one
Laravel one-to-one chat with Chatkit
Language: PHP - Size: 2.98 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

pedrohenriquetenorio/spring-boot-references
Repositorio de referencia
Size: 105 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ELBrown11/JoiningDatawithPandas
Using pandas to join data.
Language: Jupyter Notebook - Size: 763 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

AtiqurCode/Eloquent-One-to-One
A short crud application On API.
Language: PHP - Size: 355 KB - Last synced at: 16 days ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

muhammetcangl/hibernate-one-to-one-bi
OneToOne annotation with bi-directional
Language: Java - Size: 14.3 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

muhammetcangl/hibernate-one-to-one-uni
OneToOne annotation learning project(Uni-directional).
Language: Java - Size: 14.3 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Frank01001/Music-Genre-Classification-Project
A collection of Music Genre Classifiers developed as a university project
Language: Jupyter Notebook - Size: 25.6 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

aminseifoori/EF-Relationship
This project is an example of the relationship between Entities. This project has been implemented with Visual Studio 2019 IDE and .NET Framework 5.0
Language: C# - Size: 5.38 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

gulukal/SpringBootJPAOneToOneApp
SpringBootJPAOneToOneAppH2Database
Language: Java - Size: 59.6 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

FediiBohdan/Hibernate_app_mapping_practice
Simple Hibernate CRUD app, where One-to-One ((Uni-)/Bidirectional association), One-to-Many and Many-to-Many relationships were learnt.
Language: Java - Size: 11.7 KB - Last synced at: 19 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

JLEWilson/PackerTracker.Solution
Practice database relations
Language: C# - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

cruzjart0310/EntityManyToManyRelationship
Language: C# - Size: 12.2 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

iavinash/hibernate-mappings
JPA Entity Relationships(Mappings), ex- @OneToOne, @ManyToOne etc.
Language: Java - Size: 77.1 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

mehmetpekdemir/Spring-Boot-One-To-One
Spring Boot One To One
Language: Java - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ayzdru/EntityFrameworkRelationshipsAndInheritanceStrategies
Entity Framework Relationships And Inheritance Strategies
Language: C# - Size: 708 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

sjlouji/Medium-Django-Model-Relationships
This project describes how to perform all the Relationships in Django
Language: Python - Size: 27.3 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

pankajkumarravi/Hibernate
Hibernate Programs.
Language: JavaScript - Size: 28.8 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

kwonghung-YIP/spring-data-jdbc-basic
This example shows how to model the "Order-to-Product" model with spring-data-jdbc. Once you correctly configured the mapping between domain POJO and database table, the CrudRepository allows you to play with the records without writing a single SQL.
Language: Java - Size: 114 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

daggerok/spring-data-jdbc-example
In progress: Quickstart with spring-data-jdbc. Fast and light releational database access almost with no overhead (no fully working... sorry)
Language: Java - Size: 63.5 KB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

SoftwareTree/JDXAndroidRelationshipsExample_K
A Simple Android Project Demonstrating Persistence of Inter-Related Kotlin Objects Using JDXA ORM
Language: Kotlin - Size: 166 KB - Last synced at: about 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

tlee0058/Django_ORM
Language: Python - Size: 98.6 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

SoftwareTree/JDXAndroidRelationshipsExample
A Simple Android Project Demonstrating Persistence of Inter-Related Objects Using JDXA ORM
Language: Java - Size: 104 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

hieuphq/ex_nnyl
ex_nnyl is a demo project that implement some feature related to ecto
Language: Elixir - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

jaguar-orm/one_to_one
Example showcasing one-to-one relationship
Language: Dart - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1
