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

com.clickntap.stripecubeui.bo.UiSet.xml Maven / Gradle / Ivy

Go to download

Css / Javascript Merger and Minimizer integrated with Stripecube Web App Development

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<bean cache="ui_resource">
	<read name="id">
		select
		id,
		name
		from
		ui_set
		where
		id = ${this.id}
	</read>
	<read name="set">
		select
		id
		from
		ui_set
		where
		name = ${this.name} and version = ${this.version}
	</read>
	<read-list name="resources">
		select resource_id as id from ui_set_item where set_id = ${this.id} order by position
	</read-list>
</bean>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy