public interface BSStorageImplementationGenerator (Code)
This interface offers operations dealing with code generation of the storage layer
implementation. It assumes that storage layer interface has been generated elsewhere.
public void generateImplementationSourceCodeForDomain(String pGenerationDirectoryPath, String pDomainRelationalStorageDefinitionRef) throws BSException(Code)
Generates storage implementation sourcecode for the particular domain within particular enterprise
Parameters: pGenerationDirectoryPath - directory to generate code to Parameters: pDomainRef - domain to generate code for Parameters: pStorageTechnologyRef - storage technology to generate code for
Returns the name of the implementation package for use in jndi mapping
Parameters: pDomainRef - domain to generate code for Parameters: pStorageTechnologyRef - storage technology to generate code for