B C E G L M P S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- BasicAnnotationTest - Class in ejava.examples.orm.core.products
-
This test case provides a demo of using a class that has been mapped to the database with only basic class annotations.
- BasicAnnotationTest() - Constructor for class ejava.examples.orm.core.products.BasicAnnotationTest
- BasicMappingTest - Class in ejava.examples.orm.core.products
-
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.
- BasicMappingTest() - Constructor for class ejava.examples.orm.core.products.BasicMappingTest
C
- cleanup() - Method in class ejava.examples.orm.core.products.TableColumnAnnotationTest
- cleanup() - Method in class ejava.examples.orm.core.products.TableColumnMappingTest
E
- ejava.examples.orm.core.products - package ejava.examples.orm.core.products
- em - Variable in class ejava.examples.orm.core.products.TestBase
- EmbeddedAnnotationTest - Class in ejava.examples.orm.core.products
-
This test case provides a demo of the XRay class, which embeds a Manufacturer into its table mapping.
- EmbeddedAnnotationTest() - Constructor for class ejava.examples.orm.core.products.EmbeddedAnnotationTest
- EmbeddedMappingTest - Class in ejava.examples.orm.core.products
-
This test case provides a demo of the XRay class, which embeds a Manufacturer into its table mapping.
- EmbeddedMappingTest() - Constructor for class ejava.examples.orm.core.products.EmbeddedMappingTest
- emf - Static variable in class ejava.examples.orm.core.products.TestBase
G
- getTableId() - Method in class ejava.examples.orm.core.products.PKGenAnnotationTest
- getText(Throwable) - Static method in class ejava.examples.orm.core.products.PKGenAnnotationTest
L
- LazyFetchAnnotationTest - Class in ejava.examples.orm.core.products
-
This test case provides a demo of using Lazy fetch type on properties through annotations.
- LazyFetchAnnotationTest() - Constructor for class ejava.examples.orm.core.products.LazyFetchAnnotationTest
- LazyFetchMappingTest - Class in ejava.examples.orm.core.products
-
This test case provides a demo of using Lazy fetch type on properties through annotations.
- LazyFetchMappingTest() - Constructor for class ejava.examples.orm.core.products.LazyFetchMappingTest
- logger - Static variable in class ejava.examples.orm.core.products.BasicAnnotationTest
- logger - Static variable in class ejava.examples.orm.core.products.BasicMappingTest
- logger - Static variable in class ejava.examples.orm.core.products.EmbeddedAnnotationTest
- logger - Static variable in class ejava.examples.orm.core.products.EmbeddedMappingTest
- logger - Static variable in class ejava.examples.orm.core.products.LazyFetchAnnotationTest
- logger - Static variable in class ejava.examples.orm.core.products.LazyFetchMappingTest
- logger - Static variable in class ejava.examples.orm.core.products.MultiTableAnnotationTest
- logger - Static variable in class ejava.examples.orm.core.products.MultiTableMappingTest
- logger - Static variable in class ejava.examples.orm.core.products.PKClassAnnotationTest
- logger - Static variable in class ejava.examples.orm.core.products.PKClassMappingTest
- logger - Static variable in class ejava.examples.orm.core.products.PKGenAnnotationTest
- logger - Static variable in class ejava.examples.orm.core.products.PKGenMappingTest
- logger - Static variable in class ejava.examples.orm.core.products.TableColumnAnnotationTest
- logger - Static variable in class ejava.examples.orm.core.products.TableColumnMappingTest
- logger - Static variable in class ejava.examples.orm.core.products.TransientAnnotationTest
- logger - Static variable in class ejava.examples.orm.core.products.TransientMappingTest
- logger - Static variable in class ejava.examples.orm.core.products.TypesAnnotationTest
- logger - Static variable in class ejava.examples.orm.core.products.TypesMappingTest
M
- MultiTableAnnotationTest - Class in ejava.examples.orm.core.products
-
This test case provides an example of mapping multiple tables into a single object.
- MultiTableAnnotationTest() - Constructor for class ejava.examples.orm.core.products.MultiTableAnnotationTest
- MultiTableMappingTest - Class in ejava.examples.orm.core.products
-
This test case provides an example of mapping multiple tables into a single object.
- MultiTableMappingTest() - Constructor for class ejava.examples.orm.core.products.MultiTableMappingTest
P
- PERSISTENCE_UNIT - Static variable in class ejava.examples.orm.core.products.TestBase
- PKClassAnnotationTest - Class in ejava.examples.orm.core.products
-
This test case provides a demo of using customer primary key classes specified by annotations.
- PKClassAnnotationTest() - Constructor for class ejava.examples.orm.core.products.PKClassAnnotationTest
- PKClassMappingTest - Class in ejava.examples.orm.core.products
-
This test case provides a demo of using customer primary key classes specified by annotations.
- PKClassMappingTest() - Constructor for class ejava.examples.orm.core.products.PKClassMappingTest
- PKGenAnnotationTest - Class in ejava.examples.orm.core.products
-
This test case provides a demo of using automatically generated primary keys setup using class annotations.
- PKGenAnnotationTest() - Constructor for class ejava.examples.orm.core.products.PKGenAnnotationTest
- PKGenMappingTest - Class in ejava.examples.orm.core.products
-
This test case provides a demo of using automatically generated primary keys setup using class annotations.
- PKGenMappingTest() - Constructor for class ejava.examples.orm.core.products.PKGenMappingTest
S
- setUpBase() - Method in class ejava.examples.orm.core.products.TestBase
- setUpBaseClass() - Static method in class ejava.examples.orm.core.products.TestBase
T
- TableColumnAnnotationTest - Class in ejava.examples.orm.core.products
-
This test case provides a demo of using a class that has been mapped to the database with with specific table and column annotations.
- TableColumnAnnotationTest() - Constructor for class ejava.examples.orm.core.products.TableColumnAnnotationTest
- TableColumnMappingTest - Class in ejava.examples.orm.core.products
-
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.
- TableColumnMappingTest() - Constructor for class ejava.examples.orm.core.products.TableColumnMappingTest
- tearDownBase() - Method in class ejava.examples.orm.core.products.TestBase
- tearDownBaseClass() - Static method in class ejava.examples.orm.core.products.TestBase
- testAUTOBad() - Method in class ejava.examples.orm.core.products.PKGenAnnotationTest
-
This test provides a demo of the error that can occure when passing an object with the PK already assigned when using GeneratedValues.
- testAUTOBad() - Method in class ejava.examples.orm.core.products.PKGenMappingTest
-
This test provides a demo of the error that can occure when passing an object with the PK already assigned when using GeneratedValues.
- testAUTOGood() - Method in class ejava.examples.orm.core.products.PKGenAnnotationTest
-
This test provides a demo of using the AUTO GeneratedType.
- testAUTOGood() - Method in class ejava.examples.orm.core.products.PKGenMappingTest
-
This test provides a demo of using the AUTO GeneratedType.
- TestBase - Class in ejava.examples.orm.core.products
- TestBase() - Constructor for class ejava.examples.orm.core.products.TestBase
- testDefaultMapping() - Method in class ejava.examples.orm.core.products.BasicAnnotationTest
-
This test demonstrates the ability to map a simple object to the database using only the minimal annotations.
- testDefaultMapping() - Method in class ejava.examples.orm.core.products.BasicMappingTest
-
This test demonstrates the ability to map a simple object to the database using only the minimal mapping.
- testEmbedded() - Method in class ejava.examples.orm.core.products.EmbeddedAnnotationTest
- testEmbedded() - Method in class ejava.examples.orm.core.products.EmbeddedMappingTest
- testEmbeddedId() - Method in class ejava.examples.orm.core.products.PKClassAnnotationTest
-
The Napsack class hosts an embedded primary key class, called NapsackPK that is specific to the Napsack.
- testEmbeddedId() - Method in class ejava.examples.orm.core.products.PKClassMappingTest
-
The Napsack class hosts an embedded primary key class, called NapsackPK that is specific to the Napsack.
- testEmbeddedIdOverrides() - Method in class ejava.examples.orm.core.products.PKClassAnnotationTest
-
The Pen class use a generic MakeModelPK class.
- testEmbeddedIdOverrides() - Method in class ejava.examples.orm.core.products.PKClassMappingTest
-
The Pen class use a generic MakeModelPK class.
- testIdClass() - Method in class ejava.examples.orm.core.products.PKClassAnnotationTest
-
This test provides a demo of using the AUTO GeneratedType.
- testIdClass() - Method in class ejava.examples.orm.core.products.PKClassMappingTest
-
This test provides a demo of using the AUTO GeneratedType.
- testIDENTITY() - Method in class ejava.examples.orm.core.products.PKGenAnnotationTest
- testIDENTITY() - Method in class ejava.examples.orm.core.products.PKGenMappingTest
- testLazyFetch() - Method in class ejava.examples.orm.core.products.LazyFetchAnnotationTest
-
This test provides a demo of persisting and getting a class that has marked model as LAZY.
- testLazyFetch() - Method in class ejava.examples.orm.core.products.LazyFetchMappingTest
-
This test provides a demo of persisting and getting a class that has marked model as LAZY.
- testMultiTable() - Method in class ejava.examples.orm.core.products.MultiTableAnnotationTest
- testMultiTable() - Method in class ejava.examples.orm.core.products.MultiTableMappingTest
- testPrecision() - Method in class ejava.examples.orm.core.products.TableColumnAnnotationTest
-
Demonstrates the use of precision and scale
- testSEQUENCE() - Method in class ejava.examples.orm.core.products.PKGenAnnotationTest
- testSEQUENCE() - Method in class ejava.examples.orm.core.products.PKGenMappingTest
- testTABLE() - Method in class ejava.examples.orm.core.products.PKGenAnnotationTest
- testTABLE() - Method in class ejava.examples.orm.core.products.PKGenMappingTest
- testTableColumnMapping() - Method in class ejava.examples.orm.core.products.TableColumnAnnotationTest
-
This test demonstrates the ability to map a simple object to the database using custom table and column annotations.
- testTableColumnMapping() - Method in class ejava.examples.orm.core.products.TableColumnMappingTest
-
This test demonstrates the ability to map a simple object to the database using custom table and column annotations.
- testTransient() - Method in class ejava.examples.orm.core.products.TransientAnnotationTest
-
This test provides a demo of persisting a class that has mapped a getMakeModel() getter as @Transient so that it can be ignored when persisting to the database.
- testTransient() - Method in class ejava.examples.orm.core.products.TransientMappingTest
-
This test provides a demo of persisting a class that has mapped a getMakeModel() getter as @Transient so that it can be ignored when persisting to the database.
- testValues() - Method in class ejava.examples.orm.core.products.TypesAnnotationTest
- testValues() - Method in class ejava.examples.orm.core.products.TypesMappingTest
- TransientAnnotationTest - Class in ejava.examples.orm.core.products
-
This test case provides a demo of using transient properties through annotations.
- TransientAnnotationTest() - Constructor for class ejava.examples.orm.core.products.TransientAnnotationTest
- TransientMappingTest - Class in ejava.examples.orm.core.products
-
This test case provides a demo of using transient properties through annotations.
- TransientMappingTest() - Constructor for class ejava.examples.orm.core.products.TransientMappingTest
- txActive() - Method in class ejava.examples.orm.core.products.TestBase
- TypesAnnotationTest - Class in ejava.examples.orm.core.products
-
This test case provides an example of providing special mappings for certain types, like dates and enums.
- TypesAnnotationTest() - Constructor for class ejava.examples.orm.core.products.TypesAnnotationTest
- TypesMappingTest - Class in ejava.examples.orm.core.products
-
This test case provides an example of providing special mappings for certain types, like dates and enums.
- TypesMappingTest() - Constructor for class ejava.examples.orm.core.products.TypesMappingTest
All Classes All Packages