PersonManagerEJB
org.laughingpanda.ejb_migration_example.ejb.PersonManagerHome
org.laughingpanda.ejb_migration_example.ejb.PersonManager
org.laughingpanda.ejb_migration_example.ejb.PersonManagerBean
Stateless
Container
PersonEntity
org.laughingpanda.ejb_migration_example.ejb.PersonEntityHome
org.laughingpanda.ejb_migration_example.ejb.PersonEntity
org.laughingpanda.ejb_migration_example.ejb.PersonEntityBean
Container
java.lang.Long
false
2.x
person
id
userName
lastName
firstName
id
findBySearchTerm
java.lang.String
select object(c) from person c
where c.lastName like ?1 or c.firstName like ?1 or c.userName like ?1