public static class Types.PseudoEntity<X> extends AbstractManagedType<X>
AbstractManagedType.AttributeNameFilter<X>, AbstractManagedType.AttributeTypeFilter<X,Y>, AbstractManagedType.DeclaredAttributeFilter<X>, AbstractManagedType.ElementTypeFilter<X,E>, AbstractManagedType.EntryTypeFilter<X,K,V>, AbstractManagedType.Filter<T>, AbstractManagedType.IdAttributeFilter<X>, AbstractManagedType.PluralCategoryFilter<X>, AbstractManagedType.SingularAttributeFilter<X>, AbstractManagedType.VersionAttributeFilter<X>
Modifier and Type | Field and Description |
---|---|
Class<X> |
cls |
meta, model
Modifier | Constructor and Description |
---|---|
protected |
PseudoEntity(Class<X> cls,
MetamodelImpl model) |
Modifier and Type | Method and Description |
---|---|
Class<X> |
getJavaType() |
javax.persistence.metamodel.Type.PersistenceType |
getPersistenceType() |
String |
toString() |
filter, getAttribute, getAttribute, getAttributes, getCollection, getCollection, getDeclaredAttribute, getDeclaredAttribute, getDeclaredAttributes, getDeclaredCollection, getDeclaredCollection, getDeclaredId, getDeclaredList, getDeclaredList, getDeclaredMap, getDeclaredMap, getDeclaredPluralAttributes, getDeclaredSet, getDeclaredSet, getDeclaredSingularAttribute, getDeclaredSingularAttribute, getDeclaredSingularAttributes, getDeclaredVersion, getId, getIdClassAttributes, getList, getList, getMap, getMap, getPluralAttributes, getSet, getSet, getSingularAttribute, getSingularAttribute, getSingularAttributes, getVersion, pick
public final Class<X> cls
protected PseudoEntity(Class<X> cls, MetamodelImpl model)
public javax.persistence.metamodel.Type.PersistenceType getPersistenceType()
public final Class<X> getJavaType()
getJavaType
in interface javax.persistence.metamodel.Type<X>
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.