Uses of Class
org.apache.openejb.jee.jpa.unit.PersistenceUnit
-
Packages that use PersistenceUnit Package Description org.apache.openejb.jee.jpa.unit Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of PersistenceUnit in org.apache.openejb.jee.jpa.unit
Fields in org.apache.openejb.jee.jpa.unit with type parameters of type PersistenceUnit Modifier and Type Field Description protected List<PersistenceUnit>Persistence. persistenceUnitMethods in org.apache.openejb.jee.jpa.unit that return PersistenceUnit Modifier and Type Method Description PersistenceUnitPersistence. addPersistenceUnit(String unitName)PersistenceUnitPersistence. addPersistenceUnit(PersistenceUnit unit)PersistenceUnitObjectFactory. createPersistencePersistenceUnit()Create an instance ofPersistenceUnitMethods in org.apache.openejb.jee.jpa.unit that return types with arguments of type PersistenceUnit Modifier and Type Method Description List<PersistenceUnit>Persistence. getPersistenceUnit()Gets the value of the persistenceUnit property.Methods in org.apache.openejb.jee.jpa.unit with parameters of type PersistenceUnit Modifier and Type Method Description PersistenceUnitPersistence. addPersistenceUnit(PersistenceUnit unit)Constructors in org.apache.openejb.jee.jpa.unit with parameters of type PersistenceUnit Constructor Description Persistence(PersistenceUnit... persistenceUnit)
-