All Classes
-
Class Summary Class Description BasicAnnotationTest This test case provides a demo of using a class that has been mapped to the database with only basic class annotations.BasicMappingTest This test case provides a demo of using a class that has been mapped to the database using a separate orm.xml descriptor referenced by META-INF/persistence.xml.EmbeddedAnnotationTest This test case provides a demo of the XRay class, which embeds a Manufacturer into its table mapping.EmbeddedMappingTest This test case provides a demo of the XRay class, which embeds a Manufacturer into its table mapping.LazyFetchAnnotationTest This test case provides a demo of using Lazy fetch type on properties through annotations.LazyFetchMappingTest This test case provides a demo of using Lazy fetch type on properties through annotations.MultiTableAnnotationTest This test case provides an example of mapping multiple tables into a single object.MultiTableMappingTest This test case provides an example of mapping multiple tables into a single object.PKClassAnnotationTest This test case provides a demo of using customer primary key classes specified by annotations.PKClassMappingTest This test case provides a demo of using customer primary key classes specified by annotations.PKGenAnnotationTest This test case provides a demo of using automatically generated primary keys setup using class annotations.PKGenMappingTest This test case provides a demo of using automatically generated primary keys setup using class annotations.TableColumnAnnotationTest This test case provides a demo of using a class that has been mapped to the database with with specific table and column annotations.TableColumnMappingTest This test case provides a demo of using a class that has been mapped to the database with with specific table and column elements in orm.xml.TestBase TransientAnnotationTest This test case provides a demo of using transient properties through annotations.TransientMappingTest This test case provides a demo of using transient properties through annotations.TypesAnnotationTest This test case provides an example of providing special mappings for certain types, like dates and enums.TypesMappingTest This test case provides an example of providing special mappings for certain types, like dates and enums.