Uses of Class
org.apache.openejb.jee.jpa.fragment.PersistenceUnitFragment
-
Packages that use PersistenceUnitFragment Package Description org.apache.openejb.jee.jpa.fragment -
-
Uses of PersistenceUnitFragment in org.apache.openejb.jee.jpa.fragment
Fields in org.apache.openejb.jee.jpa.fragment with type parameters of type PersistenceUnitFragment Modifier and Type Field Description protected List<PersistenceUnitFragment>PersistenceFragment. persistenceUnitFragmentMethods in org.apache.openejb.jee.jpa.fragment that return PersistenceUnitFragment Modifier and Type Method Description PersistenceUnitFragmentPersistenceFragment. addPersistenceUnitFragment(String unitName)PersistenceUnitFragmentPersistenceFragment. addPersistenceUnitFragment(PersistenceUnitFragment unit)Methods in org.apache.openejb.jee.jpa.fragment that return types with arguments of type PersistenceUnitFragment Modifier and Type Method Description List<PersistenceUnitFragment>PersistenceFragment. getPersistenceUnitFragment()Gets the value of the persistenceUnit property.Methods in org.apache.openejb.jee.jpa.fragment with parameters of type PersistenceUnitFragment Modifier and Type Method Description PersistenceUnitFragmentPersistenceFragment. addPersistenceUnitFragment(PersistenceUnitFragment unit)Constructors in org.apache.openejb.jee.jpa.fragment with parameters of type PersistenceUnitFragment Constructor Description PersistenceFragment(PersistenceUnitFragment... persistenceUnit)
-