Uses of Class
org.apache.openejb.jee.jpa.Lob
-
Packages that use Lob Package Description org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of Lob in org.apache.openejb.jee.jpa
Fields in org.apache.openejb.jee.jpa declared as Lob Modifier and Type Field Description protected LobBasic. lobprotected LobElementCollection. lobMethods in org.apache.openejb.jee.jpa that return Lob Modifier and Type Method Description LobObjectFactory. createLob()Create an instance ofLobLobBasic. getLob()Gets the value of the lob property.LobElementCollection. getLob()Gets the value of the lob property.Methods in org.apache.openejb.jee.jpa with parameters of type Lob Modifier and Type Method Description voidBasic. setLob(Lob value)Sets the value of the lob property.voidElementCollection. setLob(Lob value)Sets the value of the lob property.
-