org.omnifaces.persistence.model.BaseEntity_ Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of omnipersistence Show documentation
Show all versions of omnipersistence Show documentation
Utilities for JPA, JDBC and DataSources
The newest version!
package org.omnifaces.persistence.model;
import jakarta.annotation.Generated;
import jakarta.persistence.metamodel.MappedSuperclassType;
import jakarta.persistence.metamodel.StaticMetamodel;
@StaticMetamodel(BaseEntity.class)
@Generated("org.hibernate.processor.HibernateProcessor")
public abstract class BaseEntity_ {
/**
* @see org.omnifaces.persistence.model.BaseEntity
**/
public static volatile MappedSuperclassType class_;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy