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

META-INF.leap.framework.sqls.web_security.xml Maven / Gradle / Ivy

There is a newer version: 0.7.13b
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<sqls xmlns="http://www.leapframework.org/schema/sqls">

	<command key="security.findUserDetailsById">
		select * from User where id = :userId
	</command>
    
    <command key="security.findUserDetailsByLoginName">
		select * from User where loginName = :loginName
    </command>    

</sqls>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy