Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

その他の例 : SchemaBuilder プロパティ・ファイル

これはあくまでも一例です。これらの値の多くは、使用環境に合わせて変更する必要があることが普通です。Connection string information セクションと Java source セクションに注意してください。


#SchemaBuilder.properties
#Connection string information
com.intersys.schemabuilder.namespace=USER
com.intersys.schemabuilder.host=localhost
com.intersys.schemabuilder.user=_SYSTEM
com.intersys.schemabuilder.port=1972
com.intersys.schemabuilder.password=SYS
#Class generation properties
com.intersys.schemabuilder.metadata=annotations
com.intersys.schemabuilder.defaultaccesstype=fields
com.intersys.schemabuilder.defaultaccesslevel=private
com.intersys.schemabuilder.merge=false
com.intersys.schemabuilder.exclude=
#Java source properties
com.intersys.schemabuilder.source=classes
com.intersys.schemabuilder.classpath=C\:\\Tutorial\\Example\\classes
com.intersys.schemabuilder.rootdir=
com.intersys.schemabuilder.classes=C\:\\Tutorial\\Example\\classes\\contacts\\Contact.class;
C\:\\Tutorial\\Example\\classes\\contacts\\PhoneNumber.class;
C\:\\Tutorial\\Example\\classes\\contacts\\Address.class
#Projection properties
com.intersys.schemabuilder.generationtype=0
com.intersys.schemabuilder.defaultjavaprojectionpackage=
com.intersys.schemabuilder.projectiondir=
#Logfile properties
com.intersys.schemabuilder.logfile=Log.txt    
 
FeedbackOpens in a new tab