Example usage for javax.persistence Id.OrdinalChild subclass-usage

List of usage examples for javax.persistence Id.OrdinalChild subclass-usage

Introduction

In this page you can find the example usage for javax.persistence Id.OrdinalChild subclass-usage.

Usage

From source file io.coala.bind.LocalId.java

/**
 * {@link LocalId} is a recursive child-parent id pair with a {@link UUID} as
 * its root context ID and {@link Comparable} nodes/leaves, persisted as
 * {@link String}
 * 
 * @version $Id: 4602be195c7d1bfc0e417d755fb73de76fd8b993 $