Package | Description |
---|---|
org.castor.xml | |
org.exolab.castor.builder |
Castor XML code generator
|
org.exolab.castor.builder.factory | |
org.exolab.castor.tools |
Command line tools
|
Modifier and Type | Class and Description |
---|---|
class |
JavaNamingImpl
This class converts XML Names to proper Java names.
|
class |
JavaNamingNGImpl
This class converts XML Names to proper Java names.
|
Modifier and Type | Method and Description |
---|---|
JavaNaming |
InternalContext.getJavaNaming()
The
JavaNaming instance to be used. |
JavaNaming |
AbstractInternalContext.getJavaNaming() |
Modifier and Type | Method and Description |
---|---|
void |
InternalContext.setJavaNaming(JavaNaming javaNaming)
To set the
JavaNaming ?property. |
void |
AbstractInternalContext.setJavaNaming(JavaNaming javaNaming) |
Modifier and Type | Method and Description |
---|---|
JavaNaming |
BuilderConfiguration.getJavaNaming()
To get the
JavaNaming implementation to be used. |
Modifier and Type | Method and Description |
---|---|
void |
BuilderConfiguration.setJavaNaming(JavaNaming javaNaming)
To set the
JavaNaming implementation to be used. |
Constructor and Description |
---|
GroupNaming(JavaNaming javaNaming)
Creates a new GroupNaming.
|
JClassRegistry(ClassNameConflictResolver resolver,
JavaNaming javaNaming)
Creates an instance of this class, providing the class anme conflict
resolver to be used during automatic class name conflict resolution
(for local element conflicts).
|
Modifier and Type | Method and Description |
---|---|
JavaNaming |
FieldMemberAndAccessorFactory.getJavaNaming()
Returns the javaNaming.
|
JavaNaming |
BaseFactory.getJavaNaming()
To get the
JavaNaming to be used. |
Modifier and Type | Method and Description |
---|---|
CollectionInfo |
FieldInfoFactory.createCollection(XSType contentType,
String name,
String elementName,
JavaNaming javaNaming,
boolean usejava50)
Creates a
CollectionInfo instance based upon the various
parameters provided. |
CollectionInfo |
FieldInfoFactory.createCollection(XSType contentType,
String name,
String elementName,
String collectionName,
JavaNaming javaNaming,
boolean useJava50)
Creates a
CollectionInfo instance based upon the various
parameters provided. |
Constructor and Description |
---|
CollectionJ2MemberAndAccessorFactory(JavaNaming naming)
Creates a new CollectionJ2MemberAndAccessorFactory.
|
CollectionJ2NoIndexMemberAndAccessorFactory(JavaNaming naming)
Creates a new CollectionJ2NoIndexMemberAndAccessorFactory.
|
CollectionMemberAndAccessorFactory(JavaNaming naming)
Creates a factory that offers public methods to create the
field initialization code as well as the accessor methods.
|
CollectionODMG30MemberAndAccessorFactory(JavaNaming naming)
Creates a new CollectionODMG30MemberAndAccessorFactory.
|
FieldMemberAndAccessorFactory(JavaNaming javaNaming)
Creates a factory that offers public methods to create the
field initialization code as well as the getter/setter methods.
|
FieldMemberAndAccessorFactory(JavaNaming javaNaming,
boolean useOldFieldNaming)
Creates an instance of this class.
|
IdentityMemberAndAccessorFactory(JavaNaming naming)
Creates the IdentityMemberAndAccessorFactory.
|
Constructor and Description |
---|
MappingToolMappingLoader(JavaNaming javaNaming)
A MappingToolMappingLoader needs a javaNaming to be set.
|
Copyright © 2024. All rights reserved.