nl.vpro.domain.user.ThirdParty_ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of user-domain Show documentation
Show all versions of user-domain Show documentation
Domain classes and interfaces related to accountability, users and organizations.
package nl.vpro.domain.user;
import jakarta.annotation.Generated;
import jakarta.persistence.metamodel.EntityType;
import jakarta.persistence.metamodel.StaticMetamodel;
@StaticMetamodel(ThirdParty.class)
@Generated("org.hibernate.processor.HibernateProcessor")
public abstract class ThirdParty_ extends nl.vpro.domain.user.Organization_ {
/**
* @see nl.vpro.domain.user.ThirdParty
**/
public static volatile EntityType class_;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy