Uses of Class
net.officefloor.jpa.JpaManagedObjectSource
-
Packages that use JpaManagedObjectSource Package Description net.officefloor.jpa.datanucleus net.officefloor.jpa.hibernate net.officefloor.jpa.test -
-
Uses of JpaManagedObjectSource in net.officefloor.jpa.datanucleus
Subclasses of JpaManagedObjectSource in net.officefloor.jpa.datanucleus Modifier and Type Class Description class
DataNucleusJpaManagedObjectSource
DataNucleusJpaManagedObjectSource
. -
Uses of JpaManagedObjectSource in net.officefloor.jpa.hibernate
Subclasses of JpaManagedObjectSource in net.officefloor.jpa.hibernate Modifier and Type Class Description class
HibernateJpaManagedObjectSource
HibernateJpaManagedObjectSource
. -
Uses of JpaManagedObjectSource in net.officefloor.jpa.test
Methods in net.officefloor.jpa.test that return types with arguments of type JpaManagedObjectSource Modifier and Type Method Description protected java.lang.Class<? extends JpaManagedObjectSource>
AbstractJpaTestCase. getJpaManagedObjectSourceClass()
Allows overriding theJpaManagedObjectSource
Class
for vendor specific implementations.
-