- java.lang.Object
-
- javax.persistence.Persistence
-
public class Persistence extends Object
Bootstrap class that is used to obtain anEntityManagerFactory
in Java SE environments. It may also be used to cause schema generation to occur.The
Persistence
class is available in a Java EE container environment as well; however, support for the Java SE bootstrapping APIs is not required in container environments.The
Persistence
class is used to obtain aPersistenceUtil
instance in both Java EE and Java SE environments.- Since:
- Java Persistence 1.0
-
-
Field Summary
Fields Modifier and Type Field and Description static String
PERSISTENCE_PROVIDER
Deprecated.protected static Set<PersistenceProvider>
providers
Deprecated.
-
Constructor Summary
Constructors Constructor and Description Persistence()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static EntityManagerFactory
createEntityManagerFactory(String persistenceUnitName)
Create and return an EntityManagerFactory for the named persistence unit.static EntityManagerFactory
createEntityManagerFactory(String persistenceUnitName, Map properties)
Create and return an EntityManagerFactory for the named persistence unit using the given properties.static void
generateSchema(String persistenceUnitName, Map map)
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.static PersistenceUtil
getPersistenceUtil()
Return the PersistenceUtil instance
-
-
-
Field Detail
-
PERSISTENCE_PROVIDER
@Deprecated public static final String PERSISTENCE_PROVIDER
Deprecated.This final String is deprecated and should be removed and is only here for TCK backward compatibility- Since:
- Java Persistence 1.0
- See Also:
- Constant Field Values
-
providers
@Deprecated protected static final Set<PersistenceProvider> providers
Deprecated.This instance variable is deprecated and should be removed and is only here for TCK backward compatibility- Since:
- Java Persistence 1.0
-
-
Method Detail
-
createEntityManagerFactory
public static EntityManagerFactory createEntityManagerFactory(String persistenceUnitName)
Create and return an EntityManagerFactory for the named persistence unit.- Parameters:
persistenceUnitName
- the name of the persistence unit- Returns:
- the factory that creates EntityManagers configured according to the specified persistence unit
-
createEntityManagerFactory
public static EntityManagerFactory createEntityManagerFactory(String persistenceUnitName, Map properties)
Create and return an EntityManagerFactory for the named persistence unit using the given properties.- Parameters:
persistenceUnitName
- the name of the persistence unitproperties
- Additional properties to use when creating the factory. These properties may include properties to control schema generation. The values of these properties override any values that may have been configured elsewhere.- Returns:
- the factory that creates EntityManagers configured according to the specified persistence unit.
-
generateSchema
public static void generateSchema(String persistenceUnitName, Map map)
Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.Called when schema generation is to occur as a separate phase from creation of the entity manager factory.
- Parameters:
persistenceUnitName
- the name of the persistence unitmap
- properties for schema generation; these may also contain provider-specific properties. The value of these properties override any values that may have been configured elsewhere..- Throws:
PersistenceException
- if insufficient or inconsistent configuration information is provided or if schema generation otherwise fails.- Since:
- Java Persistence 2.1
-
getPersistenceUtil
public static PersistenceUtil getPersistenceUtil()
Return the PersistenceUtil instance- Returns:
- PersistenceUtil instance
- Since:
- Java Persistence 2.0
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/persistence/Persistence.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.