Uses of Class
org.apache.openejb.jee.jpa.Attributes
-
Packages that use Attributes Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Attributes in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa declared as Attributes Modifier and Type Field Description protected AttributesEntity. attributesprotected AttributesMappedSuperclass. attributesMethods in org.apache.openejb.jee.jpa that return Attributes Modifier and Type Method Description AttributesObjectFactory. createAttributes()Create an instance ofAttributesAttributesEntity. getAttributes()Gets the value of the attributes property.AttributesMappedSuperclass. getAttributes()Gets the value of the attributes property.AttributesMapping. getAttributes()Methods in org.apache.openejb.jee.jpa with parameters of type Attributes Modifier and Type Method Description voidEntity. setAttributes(Attributes value)Sets the value of the attributes property.voidMappedSuperclass. setAttributes(Attributes value)Sets the value of the attributes property.voidMapping. setAttributes(Attributes value)
-