About 1,400,000 results
Open links in new tab
  1. Data Modeling: A Comprehensive Guide for Analysts

    Apr 15, 2025 · Data modellers collaborate with stakeholders at each stage of the process to define entities and attributes, establish relationships between data objects, and create models that accurately represent the data in a format that can be consumed by applications.

  2. Data Modeling with Records – 5 Examples for Busy Developers

    Mar 20, 2023 · When used with other modern Java features like Pattern matching and sealed classes, you can create expressive, powerful and useful business models in your application using records – all with much ease. You can also use records to model your seemingly non-obvious data, like the complex return types from a method or data structures.

  3. Data modeling in Java - Stack Overflow

    Oct 9, 2016 · Below mentioned approach you can follow. Here Node class will contains a single record which will include it's frequency. Upper level class will contains List of such Nodes who have same length and We will save length against List of Nodes in Map for faster retrieval.

  4. Data modeling is everything - Java Code Geeks

    May 26, 2020 · Data modeling is very different when storage is not an issue or bottleneck, today limit is CPU because they are not getting faster, you can have more but not faster. Lets look at some of the data modeling technique that can be used today even with your favorite RDBMS to get blazing fast performance.

  5. Java and Machine Learning: Using Java Libraries for Predictive Modeling

    Dec 15, 2024 · In this tutorial, we covered the basics of Java and Machine Learning: Using Java Libraries for Predictive Modeling and Data Analysis. We discussed the core concepts, implementation, and best practices for using Java libraries such as Weka, Deeplearning4j, and Java ML for machine learning tasks.

  6. java - Very basic question about data modeling - Stack Overflow

    Nov 6, 2011 · Suppose I have to develop a simple data model in Java for Order, which contains Order Items. It looks like Order should hold a reference to a collection Order Items Now what if Order and Order Item...

  7. Data Modeling Explained: Techniques, Examples, and Best

    Feb 19, 2025 · Data modeling is a detailed process that involves creating a visual representation of data and its relationships. It serves as a blueprint for how data is structured, stored, and accessed to ensure consistency and clarity in data management.

  8. Java Records: The Future of Data Modeling in Plain Sight

    With records, Java introduced a new kind of type specifically designed to model plain data in a concise, readable, and immutable way. But more than just syntactic sugar, records are part of a...

  9. Exploring the Power of Java Records: A Modern Approach to Data Modeling

    May 6, 2024 · One of the most significant additions to the Java language in recent years is the introduction of records, offering a concise and expressive way to model immutable data. In this article, we...

  10. Java Data Modeling

    Oct 23, 2024 · Java Data Modeling refers to the process of defining and structuring the data requirements and relationships in a way that aligns with the object-oriented principles of Java programming. It involves creating classes, interfaces, and data structures that accurately represent real-world entities and their interactions within an application.

  11. Some results have been removed
Refresh