
com.giffing.wicket.spring.boot.example.model.Customer_ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wicket-spring-boot-starter-example Show documentation
Show all versions of wicket-spring-boot-starter-example Show documentation
An example project which uses the wicket-spring-boot-starter autoconfiguration project
package com.giffing.wicket.spring.boot.example.model;
import javax.annotation.Generated;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value = "org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor")
@StaticMetamodel(Customer.class)
public abstract class Customer_ {
public static volatile SingularAttribute password;
public static volatile SingularAttribute firstname;
public static volatile SingularAttribute active;
public static volatile SingularAttribute id;
public static volatile SingularAttribute username;
public static volatile SingularAttribute lastname;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy