All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hbm.collection-tableattr.hbm.ftl Maven / Gradle / Ivy

There is a newer version: 5.6.15.Final
Show newest version
table="${value.collectionTable.quotedName}"
<#if value.collectionTable.catalog?exists && ((clazz.table.catalog?exists && clazz.table.catalog!=value.collectionTable.catalog) || (!clazz.table.catalog?exists && value.collectionTable.catalog?exists)) >
catalog="${value.collectionTable.catalog}"

<#if value.collectionTable.schema?exists && ((clazz.table.schema?exists && clazz.table.schema!=value.collectionTable.schema) || (!clazz.table.schema?exists && value.collectionTable.schema?exists)) >
schema="${value.collectionTable.quotedSchema}"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy