Logo

    annotations

    Explore "annotations" with insightful episodes like "HETP S2E18 - Annotating Tools & The Future Format of Your Class", "146: YouTube Premium Shows for Free, Amazon + Apple = Best Friends, & More!", "Mapping Relationships with Hibernate", "Mapping Relationships with Hibernate" and "Mapping Relationships with Hibernate" from podcasts like ""The Higher EdTech Podcast", "Bandrew Says Podcast", "How to Program with Java Podcast", "How to Program with Java Podcast" and "How to Program with Java Podcast"" and more!

    Episodes (6)

    HETP S2E18 - Annotating Tools & The Future Format of Your Class

    HETP S2E18 - Annotating Tools & The Future Format of Your Class

    Brent and Tim share some tools and thoughts about annotating in 2021 as there are a lot of great ways to annotate these days, and the ideas move beyond just PDFs. Today you can annotate just about anything that goes on your screen! Next, they share some considerations to keep in mind as you look at your transition back to campus or make decisions on what your classes will look like with a new set of student expectations.

    146: YouTube Premium Shows for Free, Amazon + Apple = Best Friends, & More!

    146: YouTube Premium Shows for Free, Amazon + Apple = Best Friends, & More!
    On episode 146 of the BSP I talk about Youtube removing YouTube Premium Originals, YouTube killing annotations, why you should be using the new YouTube Stories feature, Apple Music coming to the Amazon Echo, Twitter banning people for misgendering people, the Marriott data breach, China blacklisting millions of people, SixFlags being in a lawsuit over biometric information, and the New RODE PODMIC leaking!
     
    Subscribe to the full audio podcast: http://www.bandrewsays.com
     
    Twitter: @bandrewsays
    Ask Questions: AskBandrew@gmail.com
     
    00:00 - Intro
    01:02 - YouTube Premium No Longer Has Original Series
    05:21 - Students Get Discounted YouTube Premium
    05:45 - YouTube Annotations Dying
    07:31 - YouTube Launching Stories Feature
    09:36 - Apple Music on Amazon Echo
    11:08 - Twitter Banning People for Misgendering or Deadnaming Users
    14:46 - Facebook Considered Selling User Data
    16:30 - Marriott Data Breach Affects 500 Million People!?
    19:15 - China Blacklists Million of People
    21:32 - Six Flags Fighting Biometric Privacy Law
    24:30 - Sennheiser Momentum Earbuds are Out
    26:34 - Rode PodMic Leaked!
    27:46 - Grand Theft Audio?
    28:14 - Will I Review the Rodcaster Pro? 
    29:21 - Starting a Pew News Ripoff
    30:34 - He thinks the NTG is terrible!
    31:49 - Deplatforming IS a Modern Day Book Burning
    33:40 - Ask Bandrew
    34:04 - Email 1
    34:21 - Rode NT1 or Blue Bluebird?
    35:06 - Email 2
    35:33 - Would I Alter a Mic for the Podcasts if it sounded bad?
    37:17 - Email 3
    38:00 - How Many Electrical Devices do you have plugged in?
    38:58 - How many devices do you have to charge?
    39:20 - How do you unplug & recharge?
    40:25 - Email 4
    41:05 - How Can I Get Rid of Mouth Noises!?
    43:29 - Outro (Sorry I Missed Last Week)

    Mapping Relationships with Hibernate

    Mapping Relationships with Hibernate

    In the past we have learned about database relationships, specifically the One-to-Many as well as the Many-to-Many and One-to-One and that was all good, great and grand…

    But now I want to talk about how to create those same relationships inside of Hibernate.

    Specifically, I want to focus on the One-to-Many relationship in Hibernate and how we go about mapping it out in our Java objects.

    But before we do, a word on unidirectional and bidirectional relationships.

    Unidirectional vs Bidirectional

    In Hibernate, it’s possible to map all three relationships that are available in a standard database, these include:

    • One-to-One
    • One-to-Many
    • Many-to-Many

    But what Hibernate also includes is the ability to make EACH of those relationships either unidirectional or bidirectional.

    This means that we can have a unidirectional One-to-One and a bidirectional One-to-One mapping, as well as a unidirectional One-to-Many and a bidirectional One-to-Many, as well as a unidirectional Many-to-Many and a bidirectional Many-to-Many relationship.

    That’s a lot of relationships!

    So what exactly are unidirectional and bidirectional relationships?

    Learn more on the show notes page via http://howtoprogramwithjava.com/session53

    Mapping Relationships with Hibernate

    Mapping Relationships with Hibernate

    In the past we have learned about database relationships, specifically the One-to-Many as well as the Many-to-Many and One-to-One and that was all good, great and grand…

    But now I want to talk about how to create those same relationships inside of Hibernate.

    Specifically, I want to focus on the One-to-Many relationship in Hibernate and how we go about mapping it out in our Java objects.

    But before we do, a word on unidirectional and bidirectional relationships.

    Unidirectional vs Bidirectional

    In Hibernate, it’s possible to map all three relationships that are available in a standard database, these include:

    • One-to-One
    • One-to-Many
    • Many-to-Many

    But what Hibernate also includes is the ability to make EACH of those relationships either unidirectional or bidirectional.

    This means that we can have a unidirectional One-to-One and a bidirectional One-to-One mapping, as well as a unidirectional One-to-Many and a bidirectional One-to-Many, as well as a unidirectional Many-to-Many and a bidirectional Many-to-Many relationship.

    That’s a lot of relationships!

    So what exactly are unidirectional and bidirectional relationships?

    Learn more on the show notes page via http://howtoprogramwithjava.com/session53

    Mapping Relationships with Hibernate

    Mapping Relationships with Hibernate

    In the past we have learned about database relationships, specifically the One-to-Many as well as the Many-to-Many and One-to-One and that was all good, great and grand…

    But now I want to talk about how to create those same relationships inside of Hibernate.

    Specifically, I want to focus on the One-to-Many relationship in Hibernate and how we go about mapping it out in our Java objects.

    But before we do, a word on unidirectional and bidirectional relationships.

    Unidirectional vs Bidirectional

    In Hibernate, it’s possible to map all three relationships that are available in a standard database, these include:

    • One-to-One
    • One-to-Many
    • Many-to-Many

    But what Hibernate also includes is the ability to make EACH of those relationships either unidirectional or bidirectional.

    This means that we can have a unidirectional One-to-One and a bidirectional One-to-One mapping, as well as a unidirectional One-to-Many and a bidirectional One-to-Many, as well as a unidirectional Many-to-Many and a bidirectional Many-to-Many relationship.

    That’s a lot of relationships!

    So what exactly are unidirectional and bidirectional relationships?

    Learn more on the show notes page via http://howtoprogramwithjava.com/session53