Completed
Embedding Database DSLS in Java 8
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
LINQ-style Queries in Java with Jinq - JVM Language Summit 2015
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Embedding Database DSLS in Java 8
- 3 LINQ Syntax
- 4 Conceptual Model: LINQ-Style Queries
- 5 In Reality: Lazy Evaluation of DB Queries
- 6 How Does This All Work?
- 7 Same Code, Different Bytecode
- 8 Understand Code by Executing It
- 9 Query Generation
- 10 Same Code, Different "Bytecode"
- 11 Paths through Control Flow Graph
- 12 Execute Code Symbolically in Each Path
- 13 Analyze Both Paths
- 14 Merge Analysis of Paths
- 15 Different "Bytecode", Same Analysis
- 16 Lambda Deserialization
- 17 Serialization Limitations
- 18 Conclusion