public class ObjectFactory extends Object
An ObjectFactory allows you to programatically 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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.avaje.ebean.ignite.config
|
| Modifier and Type | Method and Description |
|---|---|
L2Apply |
createL2Apply()
Create an instance of
L2Apply |
L2CacheConfig |
createL2CacheConfig()
Create an instance of
L2CacheConfig |
L2CacheMatch |
createL2CacheMatch()
Create an instance of
L2CacheMatch |
L2Configuration |
createL2Configuration()
Create an instance of
L2Configuration |
public ObjectFactory()
public L2Configuration createL2Configuration()
L2Configurationpublic L2CacheConfig createL2CacheConfig()
L2CacheConfigpublic L2Apply createL2Apply()
L2Applypublic L2CacheMatch createL2CacheMatch()
L2CacheMatchCopyright © 2016. All rights reserved.