
org.swiftboot.data.model.expression.DataModelRootObject Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swiftboot-data Show documentation
Show all versions of swiftboot-data Show documentation
Data access component based on Spring-Data-JPA
package org.swiftboot.data.model.expression;
/**
* @author swiftech
*/
public class DataModelRootObject {
public Boolean getTrue(){
return Boolean.TRUE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy