Class ObjectFactory
java.lang.Object
io.helidon.integrations.cdi.jpa.jaxb.ObjectFactory
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.3",
date="2024-11-08T18:24:34Z")
public class ObjectFactory
extends Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the io.helidon.integrations.cdi.jpa.jaxb package.
An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: io.helidon.integrations.cdi.jpa.jaxb -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofPersistence
Create an instance ofPersistence.PersistenceUnit
Create an instance ofPersistence.PersistenceUnit.Properties
Create an instance ofPersistence.PersistenceUnit.Properties.Property
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: io.helidon.integrations.cdi.jpa.jaxb
-
-
Method Details
-
createPersistence
Create an instance ofPersistence
- Returns:
- the new instance of
Persistence
-
createPersistencePersistenceUnit
Create an instance ofPersistence.PersistenceUnit
- Returns:
- the new instance of
Persistence.PersistenceUnit
-
createPersistencePersistenceUnitProperties
Create an instance ofPersistence.PersistenceUnit.Properties
- Returns:
- the new instance of
Persistence.PersistenceUnit.Properties
-
createPersistencePersistenceUnitPropertiesProperty
public Persistence.PersistenceUnit.Properties.Property createPersistencePersistenceUnitPropertiesProperty()Create an instance ofPersistence.PersistenceUnit.Properties.Property
- Returns:
- the new instance of
Persistence.PersistenceUnit.Properties.Property
-